tests/regressions: Display errors in rhbz1174551.sh.

Updates commit b5a6f899cd.
This commit is contained in:
Richard W.M. Jones
2015-10-30 15:09:37 +00:00
parent 93214205cc
commit 7efde6589c

View File

@@ -51,7 +51,8 @@ EOF
# check the number of errors in the log
if [ $(cat test.error | wc -l) -ne 4 ]; then
echo "$0: "
echo "$0: unexpected errors in the log:"
cat test.error
exit 1
fi