We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0469dff commit b5d9096Copy full SHA for b5d9096
tests/Makefile
@@ -36,7 +36,7 @@ clean:
36
rm -f camlp4/*.cm[io] camlp4/*.result
37
38
ppx/%.result: ppx/%.ml
39
- TERM=dumb ocaml -noprompt -I ../lib -ppx ../lib/ppx/ppx_js < $< | tail -n +2 > $@
+ TERM=dumb ocaml -noinit -noprompt -I ../lib -ppx ../lib/ppx/ppx_js < $< | tail -n +2 > $@
40
41
ppx/test_%: ppx/%.result ppx/%.expected
42
diff $?
0 commit comments