summaryrefslogtreecommitdiffstats
path: root/tools/build/make_check/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-04-27 02:26:23 +0000
committerjmallett <jmallett@FreeBSD.org>2002-04-27 02:26:23 +0000
commit300c1a11c0a8aea8ec82abdbef0f195a2091929b (patch)
tree72ee927892dcfa6e262a7f73e36ca21b46008779 /tools/build/make_check/Makefile
parentcab9acb79f15bb61027a5f66c3ab61888bbe2662 (diff)
downloadFreeBSD-src-300c1a11c0a8aea8ec82abdbef0f195a2091929b.zip
FreeBSD-src-300c1a11c0a8aea8ec82abdbef0f195a2091929b.tar.gz
Prefix tests with PASS and FAIL, to make grepping easier, and note this in
the README. This affects only the base-system regression tests, of course.
Diffstat (limited to 'tools/build/make_check/Makefile')
-rw-r--r--tools/build/make_check/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile
index 9b65f90..2176dae 100644
--- a/tools/build/make_check/Makefile
+++ b/tools/build/make_check/Makefile
@@ -13,10 +13,10 @@ all:
@echo "Running test variables"
@echo 1:${DATA1} 2:${DATA2} 3:${DATA3} 4:${DATA4} 5:${DATA5} | \
diff -u ${.CURDIR}/regress.variables.out - || ${MAKE} failure
- @echo "Test variables detected no regression, output matches."
+ @echo "PASS: Test variables detected no regression, output matches."
@echo "Running test targets"
@${MAKE} double || ${MAKE} failure
- @echo "Test targets detected no regression."
+ @echo "PASS: Test targets detected no regression."
# Doubly-defined targets. NetBSD make(1) will warn, ours will silently use the
# ``right'' one.
@@ -27,5 +27,5 @@ double:
@false
failure:
- @echo "Test failed: regression detected. See above."
+ @echo "FAIL: Test failed: regression detected. See above."
@false
OpenPOWER on IntegriCloud