FAIL string to stdout on failure

This commit is contained in:
George Danchev
2011-06-26 15:52:42 +00:00
parent fd1c037f5a
commit 4ff44f53e4
2 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,7 @@ case ${DIFF_RET} in
echo -e "$0: diff ${IMG}.iso ${IMG}.new matched.\n"
;;
*)
echo -e "$0: ATTN: diff returned code: $DIFF_RET\n"
echo -e "$0: FAIL: diff returned code: $DIFF_RET\n"
;;
esac