Skip to content

Commit f694df2

Browse files
Fix
1 parent 4efb262 commit f694df2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ocaml/ocamltest/ocaml_actions.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,14 +804,13 @@ let run_expect_once input_file principal log env =
804804
directory_flags env;
805805
Ocaml_flags.include_toplevel_directory;
806806
flags env;
807-
repo_root;
808807
principal_flag;
809808
libraries Bytecode env;
810809
binary_modules Bytecode env;
811810
input_file
812811
] in
813812
let exit_status =
814-
Actions_helpers.run_cmd ~environment log env commandline
813+
Actions_helpers.run_cmd ~environment:default_ocaml_env log env commandline
815814
in
816815
if exit_status=0 then (Result.pass, env)
817816
else begin

0 commit comments

Comments
 (0)