summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/sed/regress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/sed/regress.sh')
-rw-r--r--tools/regression/usr.bin/sed/regress.sh4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud