summaryrefslogtreecommitdiff
path: root/lib/Automake
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-08-18 21:53:34 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-08-18 21:53:34 +0200
commit94aa58693d1a6fd09db715524e1785d062f1a252 (patch)
treef1ffbde1c396ce0c1742b2dfd347db656704bbe3 /lib/Automake
parentc8b66be05a6301e5f82ee7b3b7a87727f5cecd9f (diff)
parent8c4d0f0650486315359a63b2b6a832dcf4986147 (diff)
downloadautomake-94aa58693d1a6fd09db715524e1785d062f1a252.tar.gz
Merge branch 'master' into test-protocols
* master: * 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 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 aca691c99..6c1599ee3 100644
--- a/lib/Automake/tests/Makefile.in
+++ b/lib/Automake/tests/Makefile.in
@@ -469,7 +469,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
fi; \
echo "$$col$$br$$std"; \
fi; \
- $$success
+ $$success || exit 1
# Run all the tests.
check-TESTS: