Skip to content

Commit

Permalink
Ignore errors when grep does not match anything
Browse files Browse the repository at this point in the history
  • Loading branch information
rocso committed Dec 22, 2016
1 parent 1b259b4 commit 9c9fca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ all-tests:
$(MAKE) realclean GCE-static
cd tests && $(MAKE) clean GCE-static $(TEST_ENV)
$(MAKE) realclean
@ $(GREP) Passed *.log | $(COUNT_UNIQ)
@ $(GREP) FAILED *.log
@ - $(GREP) Passed *.log | $(COUNT_UNIQ)
@ - $(GREP) FAILED *.log

all-tests-cflags:
$(MAKE) all-tests __PTW32_FLAGS="-Wall -Wextra"
Expand Down

0 comments on commit 9c9fca9

Please sign in to comment.