]> arthur.barton.de Git - bup.git/commit
Makefile: fix tests with bash and pipefail
authorRob Browning <rlb@defaultvalue.org>
Tue, 15 Dec 2015 01:30:47 +0000 (19:30 -0600)
committerRob Browning <rlb@defaultvalue.org>
Fri, 18 Dec 2015 18:55:08 +0000 (12:55 -0600)
commit3eed49cbbd14f8e2419a2b7b6408d34f4d002c57
treedfd0a4cb4996fc59db7fd9811f72b6c0da24babd
parent48b8d83f887f69dd9ef956b9aca5ca4628a12ce7
Makefile: fix tests with bash and pipefail

The changes[1] to support parallel testing introduced a pipe to tee,
which masks the exit status of a failed test.  Fix that by requiring
bash and specifying pipefail.

[1] wvtest: add watch/report subcmds for parallel runs
    13612bf383392a9f8430717ced1bb2a26622c7b4

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile