Skip to content

Commit

Permalink
Disable manpage generation on @runtest
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Julow committed Nov 30, 2022
1 parent 4524a5b commit c6ce941
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
manpage.gen.mld
(run gen_manpage/gen_manpage.exe))))

; Ideally, this would be run with the other tests. Currently depend on the
; exact output of 'odoc --help', which is not stable and would break the test
; too often.

(rule
(alias runtest)
(alias docmanpage)
(enabled_if
(> %{ocaml_version} 4.10))
(action
Expand Down

0 comments on commit c6ce941

Please sign in to comment.