Skip to content

Commit b5d9096

Browse files
committed
Small fix to avoid init in ppx tests.
1 parent 0469dff commit b5d9096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clean:
3636
rm -f camlp4/*.cm[io] camlp4/*.result
3737

3838
ppx/%.result: ppx/%.ml
39-
TERM=dumb ocaml -noprompt -I ../lib -ppx ../lib/ppx/ppx_js < $< | tail -n +2 > $@
39+
TERM=dumb ocaml -noinit -noprompt -I ../lib -ppx ../lib/ppx/ppx_js < $< | tail -n +2 > $@
4040

4141
ppx/test_%: ppx/%.result ppx/%.expected
4242
diff $?

0 commit comments

Comments
 (0)