mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
5180552e98
commit
9fdef4d61a
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue