From 0364929a9975c53d7ebebe96ecff16fe55cf54bd Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 22 Feb 2022 11:26:30 -0500 Subject: [PATCH] improve test behavior --- dune | 1 + src/mdx_runner.ml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dune b/dune index 18bee1e5..655216a2 100644 --- a/dune +++ b/dune @@ -8,4 +8,5 @@ (alias runtest) (package containers-data) (enabled_if (= %{system} "linux")) + (locks /ctest) (action (diff README.md README.md.corrected))) diff --git a/src/mdx_runner.ml b/src/mdx_runner.ml index e485d0ca..719a366d 100644 --- a/src/mdx_runner.ml +++ b/src/mdx_runner.ml @@ -20,7 +20,7 @@ let () = printf "warning: ocaml-mdx exited with code %d\n" e; just_copy(); ) else ( - print_endline "ocaml-mdx returned 0"; + print_endline "ocaml-mdx returned 0 ✔"; ) with Sys_error e -> printf "error when running mdx: %s\n" e;