We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb5810 commit 19bd9e4Copy full SHA for 19bd9e4
build/pkgs/gap/spkg-check.in
@@ -11,7 +11,7 @@ make
11
cd ../..
12
13
# This is the same as 'dev/ci.sh testinstall' (but dev/ci.sh is not part of the GAP tarball)
14
-gap tst/testinstall.g
+./gap tst/testinstall.g
15
if [[ $? -ne 0 ]]; then
16
exit 1
17
fi
0 commit comments