summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/jot
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/jot
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/jot')
-rw-r--r--tools/regression/usr.bin/jot/regress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/usr.bin/jot/regress.sh b/tools/regression/usr.bin/jot/regress.sh
index f013e82..91b39a8 100644
--- a/tools/regression/usr.bin/jot/regress.sh
+++ b/tools/regression/usr.bin/jot/regress.sh
@@ -9,8 +9,8 @@ cd $TESTDIR
jot -w '%X' -s ',' 100 1 200 | 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