From 8e81bd4b2d4c89d491e7a3fb6fe61bb7b1f8ba6c Mon Sep 17 00:00:00 2001 From: Attila Egri-Nagy Date: Fri, 28 Jun 2024 12:35:22 +0200 Subject: [PATCH] removing unnecessary? exit --- tst/testall.g | 2 -- 1 file changed, 2 deletions(-) diff --git a/tst/testall.g b/tst/testall.g index bcbe614..6f51bf4 100644 --- a/tst/testall.g +++ b/tst/testall.g @@ -4,5 +4,3 @@ TestDirectory(DirectoriesPackageLibrary("sgpdec","tst"), rec(exitGAP := true, testOptions := rec(compareFunction := "uptowhitespace", transformFunction := "removenl") ) ); - -FORCE_QUIT_GAP(1); # if we ever get here, there was an error