mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
improve test behavior
This commit is contained in:
parent
f6dc3b23f8
commit
0364929a99
2 changed files with 2 additions and 1 deletions
1
dune
1
dune
|
|
@ -8,4 +8,5 @@
|
|||
(alias runtest)
|
||||
(package containers-data)
|
||||
(enabled_if (= %{system} "linux"))
|
||||
(locks /ctest)
|
||||
(action (diff README.md README.md.corrected)))
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue