Skip to content

Commit 1af20a5

Browse files
committed
Move InfoAutoDoc statement to inside tests
1 parent edde89d commit 1af20a5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

tst/RecentGapOnly.tst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ gap> InstallPackage("autodoc");
33
true
44
gap> LoadPackage("autodoc", false);
55
true
6+
gap> SetInfoLevel(InfoAutoDoc, 0);
67

78
# Fail to build doc and compile but completes installation
89
# (assumes GAP is located at ../../..)

tst/testall.g

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ LoadPackage("PackageManager");
88

99
# Info levels
1010
SetInfoLevel(InfoPackageManager, 1);
11-
SetInfoLevel(InfoAutoDoc, 0);
1211

1312
# Use a temporary directory for packages
1413
PKGMAN_SetCustomPackageDir(Filename(DirectoryTemporary(), "pkg"));

0 commit comments

Comments
 (0)