From 9fdef4d61a65d691138fe7e44b2269dc399dc049 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sun, 30 Aug 2020 19:13:25 -0500 Subject: 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. --- gnu/packages/ocaml.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 4ed83d7024..b6595f60e7 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -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") -- cgit v1.2.3