mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
try to fix CI for mdx
This commit is contained in:
parent
c561f6ae70
commit
57e2290151
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ let just_copy f1 f2 =
|
||||||
let () =
|
let () =
|
||||||
let f1 = Sys.argv.(1) in
|
let f1 = Sys.argv.(1) in
|
||||||
let f2 = Sys.argv.(2) in
|
let f2 = Sys.argv.(2) in
|
||||||
|
|
||||||
|
(* annoying changes in the typechecking output *)
|
||||||
|
if Sys.ocaml_version < "4.08" then (just_copy f1 f2; exit 0);
|
||||||
try
|
try
|
||||||
let e = Sys.command
|
let e = Sys.command
|
||||||
@@ Printf.sprintf "ocaml-mdx test '%s' -o '%s'" f1 f2 in
|
@@ Printf.sprintf "ocaml-mdx test '%s' -o '%s'" f1 f2 in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue