Skip to content

Commit 2763e98

Browse files
committed
Disable manpage generation on @runtest
It randomly break on different targets. It should be replaced by something that do not depend on parsing textual output before it can be enabled again by default.
1 parent 4524a5b commit 2763e98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/dune

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
manpage.gen.mld
77
(run gen_manpage/gen_manpage.exe))))
88

9+
; Ideally, this would be run with the other tests. Currently depend on the
10+
; exact output of 'odoc --help', which is not stable and would break the test
11+
; too often.
912
(rule
10-
(alias runtest)
13+
(alias docmanpage)
1114
(enabled_if
1215
(> %{ocaml_version} 4.10))
1316
(action

0 commit comments

Comments
 (0)