summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/join
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/regression/usr.bin/join
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/regression/usr.bin/join')
-rw-r--r--tools/regression/usr.bin/join/regress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/usr.bin/join/regress.sh b/tools/regression/usr.bin/join/regress.sh
index 5e9eea4..2c2e9a7 100644
--- a/tools/regression/usr.bin/join/regress.sh
+++ b/tools/regression/usr.bin/join/regress.sh
@@ -10,8 +10,8 @@ cd $TESTDIR
join -t , -a1 -a2 -e '(unknown)' -o 0,1.2,2.2 regress.1.in regress.2.in | \
diff -u regress.out -
if [ $? -eq 0 ]; then
- echo "Test detected no regression, output matches."
+ echo "PASS: Test detected no regression, output matches."
else
- echo "Test failed: regression detected. See above."
+ echo "FAIL: Test failed: regression detected. See above."
exit 1
fi
OpenPOWER on IntegriCloud