We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7551e commit 6e9636fCopy full SHA for 6e9636f
1 file changed
tests/test_ModelicaSystemCmd.py
@@ -38,8 +38,8 @@ def test_simflags(mscmd_firstorder):
38
39
assert mscmd.get_cmd_args() == [
40
'-noEventEmit',
41
+ '-override=b=2,a=1,x=3',
42
'-noRestart',
- '-override=a=1,b=2,x=3',
43
]
44
45
mscmd.args_set({
@@ -48,6 +48,6 @@ def test_simflags(mscmd_firstorder):
48
49
50
51
- '-noRestart',
52
'-override=a=1,x=3',
+ '-noRestart',
53
0 commit comments