Skip to content

Commit edde89d

Browse files
committed
Fix tests for new AutoDoc info system
1 parent 8751a6f commit edde89d

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

tst/RecentGapOnly.tst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -228,19 +228,6 @@ true
228228
gap> InstallPackage("orb");
229229
true
230230
gap> InstallPackage("https://github.com/gap-packages/orb.git");
231-
Extracting manual examples for orb package ...
232-
11 chapters detected
233-
Chapter 1 : no examples
234-
Chapter 2 : no examples
235-
Chapter 3 : extracted 2 examples
236-
Chapter 4 : no examples
237-
Chapter 5 : no examples
238-
Chapter 6 : no examples
239-
Chapter 7 : extracted 1 examples
240-
Chapter 8 : no examples
241-
Chapter 9 : no examples
242-
Chapter 10 : no examples
243-
Chapter 11 : no examples
244231
true
245232
gap> git_pkginfo := First(PackageInfo("orb"), p -> EndsWith(p.InstallationPath, "orb/"));;
246233
gap> "bin" in DirectoryContents(git_pkginfo.InstallationPath); # check if it has been compiled

tst/testall.g

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

99
# Info levels
1010
SetInfoLevel(InfoPackageManager, 1);
11+
SetInfoLevel(InfoAutoDoc, 0);
1112

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

0 commit comments

Comments
 (0)