Skip to content

Commit bf6e8a1

Browse files
authored
Merge pull request #40 from jmid/avoid-grep-alternation
Avoid RE alternation to run cleanly on OpenBSD too
2 parents 6381687 + b37a612 commit bf6e8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/negative-tests/ppx-negtests.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Instrument and check that it was received
228228
> )
229229
> EOF
230230
231-
$ bash ../filter_dune_build.sh ./test.bc --instrument-with mutaml 2>&1 | grep -v "use-compiler-pp\|no-merge\|Embed errors\|keywords"
231+
$ bash ../filter_dune_build.sh ./test.bc --instrument-with mutaml 2>&1 | grep -v "use-compiler-pp" | grep -v "no-merge" | grep -v "Embed errors" | grep -v "keywords"
232232
ppx.exe [extra_args] [<files>]
233233
-as-ppx Run as a -ppx rewriter (must be the first argument)
234234
--as-ppx Same as -as-ppx

0 commit comments

Comments
 (0)