Skip to content

Commit 19bd9e4

Browse files
Matthias Köppefingolfin
authored andcommitted
build/pkgs/gap/spkg-check.in: use the GAP just built to perform the tests
Co-authored-by: Max Horn <[email protected]>
1 parent 3bb5810 commit 19bd9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/gap/spkg-check.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ make
1111
cd ../..
1212

1313
# 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
14+
./gap tst/testinstall.g
1515
if [[ $? -ne 0 ]]; then
1616
exit 1
1717
fi

0 commit comments

Comments
 (0)