Skip to content

Commit

Permalink
Merge pull request #10149 from dra27/ocamltest-2
Browse files Browse the repository at this point in the history
Fix detection of ocamlc.opt in ocamltest
  • Loading branch information
dra27 committed Jan 14, 2021
2 parents b890021 + 36dc7a4 commit 5b9789c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocamltest/ocaml_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let bytecode =
check_ocamlc_byte_output;
run;
check_program_output;
] @ (if Ocamltest_config.arch<>"none" then opt_actions else [])
] @ (if Ocamltest_config.native_compiler then opt_actions else [])
}

let native =
Expand Down

0 comments on commit 5b9789c

Please sign in to comment.