Skip to content

Commit

Permalink
FIX testall.g.
Browse files Browse the repository at this point in the history
Return 0 as exit code if all tests pass
  • Loading branch information
FriedrichRober committed Oct 9, 2024
1 parent 6f1ea5c commit b81739f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tst/testall.g
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ humanTests := TestDirectory(DirectoriesPackageLibrary( "WPE", "tst/files/human-c

if not (docTests and machineTests and humanTests) then
FORCE_QUIT_GAP(1); # if we ever get here, there was an error
else
FORCE_QUIT_GAP(0); # everything is fine
fi;

0 comments on commit b81739f

Please sign in to comment.