summaryrefslogtreecommitdiff
path: root/tests/test_runner/dune
diff options
context:
space:
mode:
authorNadrieril2024-05-27 10:48:07 +0200
committerNadrieril2024-05-27 11:44:11 +0200
commitaee6dc227c4ed041bbbae7cf38729a4b1a3a6869 (patch)
tree61d8f289fc9e5c0ae2d190a9514132bfaecd7cc2 /tests/test_runner/dune
parentad9b5143618537de8377912f8c60cf6375737cb1 (diff)
runner: Correctly catch command exit status
Diffstat (limited to '')
-rw-r--r--tests/test_runner/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_runner/dune b/tests/test_runner/dune
index 1c719532..c38e009c 100644
--- a/tests/test_runner/dune
+++ b/tests/test_runner/dune
@@ -1,6 +1,6 @@
(executable
(public_name test_runner)
- (libraries core_unix.sys_unix re str unix)
+ (libraries core_unix core_unix.sys_unix re str unix)
(preprocess
(pps ppx_deriving.show ppx_deriving.ord ppx_sexp_conv))
(name run_test))