We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edde89d commit 1af20a5Copy full SHA for 1af20a5
2 files changed
tst/RecentGapOnly.tst
@@ -3,6 +3,7 @@ gap> InstallPackage("autodoc");
3
true
4
gap> LoadPackage("autodoc", false);
5
6
+gap> SetInfoLevel(InfoAutoDoc, 0);
7
8
# Fail to build doc and compile but completes installation
9
# (assumes GAP is located at ../../..)
tst/testall.g
@@ -8,7 +8,6 @@ LoadPackage("PackageManager");
# Info levels
10
SetInfoLevel(InfoPackageManager, 1);
11
-SetInfoLevel(InfoAutoDoc, 0);
12
13
# Use a temporary directory for packages
14
PKGMAN_SetCustomPackageDir(Filename(DirectoryTemporary(), "pkg"));
0 commit comments