]> granicus.if.org Git - sysstat/commit
Make should immediately stop whenever a test failed
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 11 Feb 2017 16:56:01 +0000 (17:56 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 11 Feb 2017 16:56:01 +0000 (17:56 +0100)
commitf2e469a498b5ba92da123942887f9c57087f3cb6
tree58f9d575af66c64c849df59b0c97cf09a316f02b
parent5af388bf3692578571906c1a74c7e9f1e31d3f8a
Make should immediately stop whenever a test failed

Make should stop and exit with a non zero status code whenever a test
(in the target "test") fails.
Without this patch, make executed all the tests (even when one of them
failed) and exited with a status code of 0, which is not what we want.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
Makefile.in