summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/cut/Makefile.in1
-rw-r--r--tests/join/Makefile.in1
-rw-r--r--tests/md5sum/Makefile.in1
-rw-r--r--tests/pr/Makefile.in1
-rw-r--r--tests/sort/Makefile.in1
-rw-r--r--tests/tac/Makefile.in1
-rw-r--r--tests/tail/Makefile.in1
-rw-r--r--tests/tr/Makefile.in1
8 files changed, 8 insertions, 0 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in
index c23a29f48..a56eb2a86 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 a7bcda403..2430e0bb5 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 d7b392254..0f826ce34 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 a3bdf1b52..092fc5483 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 a506e1038..94b8ae558 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 3abd6c88b..72988f0fe 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 64260760d..d14f2084a 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 ef4e5e222..cb246db7d 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: