We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a45a2b commit ac6d126Copy full SHA for ac6d126
1 file changed
tests/test_ModelicaSystemCmd.py
@@ -43,7 +43,8 @@ def test_simflags(mscmd_firstorder):
43
"override": {'b': None},
44
})
45
46
- assert mscmd.get_cmd_args() == [
+ assert mscmd.get_cmd() == [
47
+ mscmd.get_exe().as_posix(),
48
'-noEventEmit',
49
'-noRestart',
50
'-override=a=1,x=3',
0 commit comments