Makefile: fail REGRESS=1 when earlier step fails
authorDov Murik <dov.murik@gmail.com>
Wed, 30 Mar 2016 14:14:48 +0000 (10:14 -0400)
committerDov Murik <dov.murik@gmail.com>
Wed, 30 Mar 2016 14:14:48 +0000 (10:14 -0400)
commitd5221bcf0448c4b6efaa7cffa259bf5cbc46f709
tree56fd9fec45010d10275719ebbeab6eef930a71cb
parenta04bfb67bcf296cfcfd94321fce48424f550048b
Makefile: fail REGRESS=1 when earlier step fails

When running tests with REGRESS=1, the Makefile would not exit with
failure if an earlier step failed some tests.  Replacing ; with && in
the test rule fixed this behaviour to exit with failure exitcode on the
first regression failure.
Makefile