From: Jim Meyering Date: Wed, 26 Feb 1997 04:21:01 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~203 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=27237bfb101be5cf1456dd99422cd5f5a3589e4f;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index c23a29f481..a56eb2a862 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -129,6 +129,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/join/Makefile.in b/tests/join/Makefile.in index a7bcda403b..2430e0bb53 100644 --- a/tests/join/Makefile.in +++ b/tests/join/Makefile.in @@ -131,6 +131,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/md5sum/Makefile.in b/tests/md5sum/Makefile.in index d7b3922548..0f826ce345 100644 --- a/tests/md5sum/Makefile.in +++ b/tests/md5sum/Makefile.in @@ -119,6 +119,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/pr/Makefile.in b/tests/pr/Makefile.in index a3bdf1b52e..092fc54838 100644 --- a/tests/pr/Makefile.in +++ b/tests/pr/Makefile.in @@ -170,6 +170,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index a506e10385..94b8ae5582 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -143,6 +143,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/tac/Makefile.in b/tests/tac/Makefile.in index 3abd6c88bf..72988f0fed 100644 --- a/tests/tac/Makefile.in +++ b/tests/tac/Makefile.in @@ -127,6 +127,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/tail/Makefile.in b/tests/tail/Makefile.in index 64260760d1..d14f2084a0 100644 --- a/tests/tail/Makefile.in +++ b/tests/tail/Makefile.in @@ -133,6 +133,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: diff --git a/tests/tr/Makefile.in b/tests/tr/Makefile.in index ef4e5e2220..cb246db7d6 100644 --- a/tests/tr/Makefile.in +++ b/tests/tr/Makefile.in @@ -135,6 +135,7 @@ check-TESTS: $(TESTS) echo "========================"; \ else \ echo "$$failed of $$all tests failed"; \ + exit 1; \ fi info: dvi: