Skip to content

Commit ccd2b3a

Browse files
authored
test(boot): filter out ocaml{c,top} (#12458)
Signed-off-by: Rudi Grinberg <[email protected]>
1 parent d1972de commit ccd2b3a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/blackbox-tests/test-cases/boot/helpers.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ touch vendor/uutf/uutf.ml
1919

2020
mkdir bin
2121

22+
ocamlopt="$(which ocamlopt.opt)"
23+
export BUILD_PATH_PREFIX_MAP="/OCAMLOPT=$ocamlopt:$BUILD_PATH_PREFIX_MAP"
24+
ocamlc="$(which ocamlc.opt)"
25+
export BUILD_PATH_PREFIX_MAP="/OCAMLC=$ocamlc:$BUILD_PATH_PREFIX_MAP"
26+
2227
# Creates a fake dune executable that depends on [$1] and emits bootstrap info
2328
# which is then used to bootstrap the fake dune.
2429
create_dune() {

0 commit comments

Comments
 (0)