Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 80b06e9

Browse files
sjoelundOpenModelica-Hudson
authored andcommitted
Test all of the compliance suite
Forgot to remove debugging code in previous commit. Belonging to [master]: - #2592
1 parent 8c3db21 commit 80b06e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/ComplianceSuite.mos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end fixName;
3131
system("rm -f ModelicaCompliance.*.res");getErrorString();
3232

3333
echo(false);
34-
allClasses:={cl for cl guard classAnnotationExists(cl,__ModelicaAssociation.TestCase.shouldPass) in getClassNames(ModelicaCompliance.Algorithms.Assert, recursive=true)};getErrorString();
34+
allClasses:={cl for cl guard classAnnotationExists(cl,__ModelicaAssociation.TestCase.shouldPass) in getClassNames(recursive=true)};getErrorString();
3535
commands:={"ulimit -t 120 && ("+getInstallationDirectoryPath()+"/bin/omc -d=nogen "+COMPLIANCEEXTRAOMFLAGS+" \"" + fixName(OpenModelica.Scripting.typeNameString(cl)) + ".mos\" > /dev/null 2>&1)" for cl in allClasses};
3636
echo(true);
3737
String(size(allClasses,1)) + " number of classes";

0 commit comments

Comments
 (0)