Skip to content

Commit

Permalink
Print the name of the test file we end up using
Browse files Browse the repository at this point in the history
Helpful for debugging
  • Loading branch information
fingolfin committed Aug 5, 2022
1 parent 9227185 commit e4aab55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ runs:
SetPackagePath(info.PackageName, "/tmp/gaproot/pkg/$(basename $PWD)");
LoadPackage(info.PackageName);
SetInfoLevel(InfoPackageLoading, PACKAGE_ERROR);
Print("Now running tests from ", GAP_TESTFILE, "\n");
if EndsWith(GAP_TESTFILE, ".tst") then
QUIT_GAP(Test(GAP_TESTFILE, rec(compareFunction := "uptowhitespace")));
else
Expand Down

0 comments on commit e4aab55

Please sign in to comment.