diff options
| author | Brett Gilio <brettg@gnu.org> | 2020-08-30 19:13:25 -0500 |
|---|---|---|
| committer | Brett Gilio <brettg@gnu.org> | 2020-08-30 19:13:25 -0500 |
| commit | 9fdef4d61a65d691138fe7e44b2269dc399dc049 (patch) | |
| tree | fe44bd4fbf39899d34c27b117a76d2a8e150c2a0 | |
| parent | 5180552e98ed22c5ae858002d312e4a3f26e0f00 (diff) | |
gnu: ocaml-4.11: Add comment about check phase.wip-ocaml
* gnu/packages/ocaml.scm (ocaml-4.11): The check phase is currently
skipping all tests with an error. Add a comment to fix this.
| -rw-r--r-- | gnu/packages/ocaml.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 4ed83d7024f..b6595f60e7d 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm | |||
| @@ -171,6 +171,8 @@ | |||
| 171 | (number->string (parallel-job-count)) | 171 | (number->string (parallel-job-count)) |
| 172 | "world.opt") | 172 | "world.opt") |
| 173 | #t)) | 173 | #t)) |
| 174 | ;; FIXME: Test phases are not run. | ||
| 175 | ;; "-find-test-dirs: command not found" | ||
| 174 | (replace 'check | 176 | (replace 'check |
| 175 | (lambda _ | 177 | (lambda _ |
| 176 | (invoke "make" "tests") | 178 | (invoke "make" "tests") |
