summaryrefslogtreecommitdiff
path: root/lib/Automake
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-19 10:21:01 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-19 10:21:01 +0200
commit82796c70d0a67f9af403fd010add959861c0ba40 (patch)
tree7d29fcd8ded34be2462998d3746c3e2cb2648021 /lib/Automake
parentfa03ed7900f304fca5eb5e277a4f70b01dbd73b7 (diff)
parent271343d8ef023b9891d9b06bce5e62268f8b50e5 (diff)
downloadautomake-82796c70d0a67f9af403fd010add959861c0ba40.tar.gz
Merge branch 'test-protocols' into testsuite-work
* test-protocols: testsuite: fix some redundant autotools calls in tests on TAP * THANKS (Daniel Richard G.): Update e-mail address. java: avoid compilation errors when CLASSPATH is empty parallel-tests: no more spurious successes for FreeBSD make tap: improve granularity for tests on problematic TAP messages tap: correctly handle string "0" in TAP messages tap: a minor simplification in the perl TAP driver parallel-tests: fix help screen for test driver scripts tap: add a dummy TAP driver script implemented in shell + awk testsuite: refactor tests on TAP support in view of future changes fix: regenerate tests/Makefile.in hacking: we now require autoconf 2.68
Diffstat (limited to 'lib/Automake')
-rw-r--r--lib/Automake/tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/tests/Makefile.in b/lib/Automake/tests/Makefile.in
index 558f80790..89ec5b2fb 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -479,7 +479,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
fi; \
echo "$$col$$br$$std"; \
fi; \
- $$success
+ $$success || exit 1
# Run all the tests.
check-TESTS: