You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I.e. instead of requiring the user to start them manually, we should start them in tst/testall.g. Also, I'd suggest to use InstallAtExit to install a handle which stops them when GAP exits.
If we had this, then we can also set tst/testall.g as TestFile in PackageInfo.g.
To implement this, the easiest would be to use Process to launch gapd.sh with suitable arguments. For the shutdown, see the shutdown code I add in PR #41
The text was updated successfully, but these errors were encountered:
I.e. instead of requiring the user to start them manually, we should start them in
tst/testall.g
. Also, I'd suggest to useInstallAtExit
to install a handle which stops them when GAP exits.If we had this, then we can also set
tst/testall.g
asTestFile
inPackageInfo.g
.To implement this, the easiest would be to use
Process
to launchgapd.sh
with suitable arguments. For the shutdown, see the shutdown code I add in PR #41The text was updated successfully, but these errors were encountered: