Skip to content

Commit

Permalink
Properly report test status with exist code
Browse files Browse the repository at this point in the history
Fixes #9

NOTE: only works with "make check", the "make test" rule is still
      bogus, but we'll pretend it doesn't exist (being a non-standard
      target)
  • Loading branch information
strk committed Jul 25, 2016
1 parent 9bec6a4 commit 4aaf6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.frag
@@ -1,3 +1,3 @@

check:
NO_INTERACTION=1 make test
REPORT_EXIT_STATUS=1 NO_INTERACTION=1 make test

0 comments on commit 4aaf6c3

Please sign in to comment.