diff --git a/test.py b/test.py index 5ee14df..2c96756 100755 --- a/test.py +++ b/test.py @@ -362,7 +362,7 @@ def timeSeconds(f): defaultCustomCommands += [extraflags] if basemodelica_mtk_import: - defaultCustomCommands += ['setCommandLineOptions("-d=newInst --baseModelica --modelicaOutput");'] + defaultCustomCommands += ['setCommandLineOptions("--baseModelica --frontendInline -d=evaluateAllParameters");'] def testHelloWorld(cmd): with open("HelloWorld.mos") as fin: