exactness: Changed user message.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66392
This commit is contained in:
Aharon Hillel 2011-12-20 13:41:39 +00:00 committed by Tom Hacohen
parent e0f368a947
commit 87c02c6117
1 changed files with 1 additions and 4 deletions

View File

@ -391,10 +391,7 @@ fi
# Add up total-error and emit user message.
total_errors=\$(( \$nfail + \$nerr + \$_n_tests_failed ))
if [ "\$total_errors" -ne 0 ]
then
echo "\$0 finished with \$total_errors errors."
fi
echo "\$0 finished with \$total_errors errors."
status=0
# Compute exit code