Skip to content

Commit

Permalink
Adapt testmockpkg in ci.sh to use --packagedirs
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jan 3, 2025
1 parent acd18ad commit 7daec4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ testmockpkg () {
cd "$mockpkg_dir"
echo_and_run ./configure "$gaproot"
echo_and_run $MAKE V=1
# trick to make it easy to load the package in GAP
rm -f pkg && ln -sf . pkg
# try to load the kernel extension
cd "$gaproot"
echo_and_run $gap -A -l "$mockpkg_dir;" "$mockpkg_dir/tst/testall.g"
echo_and_run $gap -A --packagedirs "$mockpkg_dir" "$mockpkg_dir/tst/testall.g"
}


Expand Down

0 comments on commit 7daec4d

Please sign in to comment.