1
0
Fork 0

Properly report test status with exist code

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)
drone
Sandro Santilli 2016-07-25 17:11:39 +02:00
parent 9bec6a43bc
commit 4aaf6c36e3
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
check:
NO_INTERACTION=1 make test
REPORT_EXIT_STATUS=1 NO_INTERACTION=1 make test