Skip to content

Console Output

+ mv build build.sanity-check
+ mkdir .sanity-check
+ cd .sanity-check
+ echo loadString("model M end M;");getErrorString();buildModel(M);getErrorString();
+ cat test.mos
loadString("model M end M;");getErrorString();buildModel(M);getErrorString();
+ ../build.sanity-check/bin/omc test.mos
true
""
{"/var/lib/jenkins1/ws/OpenModelica_maintenance_v1.14_2/.sanity-check/M","M_init.xml"}
""
+ ./M
LOG_SUCCESS       | info    | The initialization finished successfully without homotopy method.
LOG_SUCCESS       | info    | The simulation finished successfully.
+ cd ..
+ mv build.sanity-check build
+ rm -rf .sanity-check