guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 05/05: gnu: ocaml-4.11: Add comment about check phase.
Date: Sun, 30 Aug 2020 20:14:21 -0400 (EDT)

brettgilio pushed a commit to branch wip-ocaml
in repository guix.

commit 9fdef4d61a65d691138fe7e44b2269dc399dc049
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Sun Aug 30 19:13:25 2020 -0500

    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 4ed83d7..b6595f6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -171,6 +171,8 @@
                      (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]