gnu: ocaml-4.11: Add comment about check phase.

* gnu/packages/ocaml.scm (ocaml-4.11): The check phase is currently
skipping all tests with an error. Add a comment to fix this.
This commit is contained in:
Brett Gilio 2020-08-30 19:13:25 -05:00
parent 5180552e98
commit 9fdef4d61a
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -171,6 +171,8 @@ (define-public ocaml-4.11
(number->string (parallel-job-count))
"world.opt")
#t))
;; FIXME: Test phases are not run.
;; "-find-test-dirs: command not found"
(replace 'check
(lambda _
(invoke "make" "tests")