Skip to content

Commit c6ce941

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 c6ce941

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/dune

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@
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.
12+
913
(rule
10-
(alias runtest)
14+
(alias docmanpage)
1115
(enabled_if
1216
(> %{ocaml_version} 4.10))
1317
(action

0 commit comments

Comments
 (0)