diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-06 11:12:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-06 11:12:03 -0400 |
commit | dab5bddc64ab4ad479a1104748c15d194e138847 (patch) | |
tree | 5e02c32c7e2564acb3bc585ee8f444e8fa435fb4 /Makefile | |
parent | e139a99aa0528af28de8544564e99562d2333d64 (diff) |
propigate test suite failure
(but not test suite build failure)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ test: $(bins) else \ if ! ./test; then \ echo "** test suite failed!" >&2; \ + exit 1; \ fi; \ fi |