From 300c1a11c0a8aea8ec82abdbef0f195a2091929b Mon Sep 17 00:00:00 2001 From: jmallett Date: Sat, 27 Apr 2002 02:26:23 +0000 Subject: 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. --- tools/regression/usr.bin/sed/regress.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/regression/usr.bin/sed') diff --git a/tools/regression/usr.bin/sed/regress.sh b/tools/regression/usr.bin/sed/regress.sh index 9198b3f..d7a773c 100644 --- a/tools/regression/usr.bin/sed/regress.sh +++ b/tools/regression/usr.bin/sed/regress.sh @@ -23,10 +23,10 @@ for test in G P psl; do ;; esac if [ $? -eq 0 ]; then - echo "Test $test detected no regression, output matches." + echo "PASS: Test $test detected no regression, output matches." else STATUS=$? - echo "Test $test failed: regression detected. See above." + echo "FAIL: Test $test failed: regression detected. See above." fi done -- cgit v1.1