Skip to content

Commit

Permalink
change grep regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-gibbons committed Aug 20, 2024
1 parent 2ca1004 commit 5d73321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic/ReportOnlyTest.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(BUILDTESTDIR)/ReportOnlyTest.ok: $(BUILDTESTDIR)/Basic.othervm.ok \
true "non-zero exit code from JavaTest intentionally ignored"
$(CAT) $(@:%.ok=%.jt.log)
$(GREP) headless $(BUILDTESTDIR)/Basic.othervm/log
if $(GREP) "headless: true" $(BUILDTESTDIR)/Basic.othervm/log > /dev/null ; then \
if $(GREP) "headless: *true" $(BUILDTESTDIR)/Basic.othervm/log > /dev/null ; then \
EXPECT_PASS=91 ; \
EXPECT_FAIL=40 ; \
else \
Expand Down

0 comments on commit 5d73321

Please sign in to comment.