Skip to content

Commit

Permalink
Don't comment stuff out
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16322 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 12, 2013
1 parent 96594a6 commit cf4aa90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/ComplianceSuite.mos
Expand Up @@ -14,7 +14,7 @@ end last;
deleteClass(ModelicaCompliance.Components.Declarations.DoubleDeclarationComps);getErrorString();
deleteClass(ModelicaCompliance.Components.Declarations.DoubleDeclarationMixed);getErrorString();
deleteClass(ModelicaCompliance.Components.Declarations.TypeNameAsComponentName);getErrorString();
// system("rm -f ModelicaCompliance.*.res");getErrorString();
system("rm -f ModelicaCompliance.*.res");getErrorString();

allClasses:={cl for cl guard classAnnotationExists(cl,__ModelicaAssociation.TestCase.shouldPass) in getClassNames(recursive=true)};getErrorString();
min(writeFile(typeNameString(cl)+".mos","
Expand All @@ -30,7 +30,7 @@ writeFile(\""+typeNameString(cl)+".res\",\"<testcase name=\\\""+last(OpenModelic
") for cl in allClasses);
getErrorString();
commands:={"ulimit -t 120 && omc " + OpenModelica.Scripting.typeNameString(cl) + ".mos" for cl in allClasses};
// system_parallel(commands);getErrorString();
system_parallel(commands);getErrorString();

writeFile("ComplianceSuite.sh","#!/bin/bash
OMCRESULT=openmodelica.xml
Expand Down

0 comments on commit cf4aa90

Please sign in to comment.