FAIL string to stdout on failure

This commit is contained in:
George Danchev
2011-06-26 15:52:42 +00:00
parent d0162610b1
commit 0beb5b9511
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