Made existing tests comply to upcomming prescriptions for failure messages

This commit is contained in:
2011-08-05 15:43:58 +00:00
parent cafec268c9
commit d32661979b
4 changed files with 21 additions and 21 deletions

View File

@ -78,7 +78,7 @@ case ${RETCODE_VER_JTE} in
printf "\n${SELF}: Found JTE support with ${RELENG_XORRISO} : ${RETSTR_VER_JTE}"
;;
*)
printf "\n${SELF}: FAIL: Not found JTE support in ${RELENG_XORRISO}. Quit."
printf "\nFAIL : ${SELF} : Not found JTE support in ${RELENG_XORRISO}. Quit."
printf "\n${SELF}: JTE not supported with this xorriso build. Install jigit >=1.18 and rebuild."
printf "\n${SELF}: http://www.einval.com/~steve/software/JTE/\n"
cleanup
@ -97,7 +97,7 @@ if [ ! -f "${TMP_DATA_DIR}"/"${REMOTE_IMG}" ]; then
echo -e "\n${SELF}: Downloading successfully completed.\n"
;;
*)
echo -e "\n${SELF}: FAIL: wget returned code: $WGET_RET\n"
echo -e "\nFAIL : ${SELF} : wget returned code: $WGET_RET\n"
cleanup
exit 5
;;
@ -231,7 +231,7 @@ case ${DIFF_RET} in
echo -e "${SELF}: Match: diff ${GEN_DATA_DIR}/${RELENG_IMG}.iso ${GEN_DATA_DIR}/${RELENG_IMG}.new"
;;
*)
echo -e "${SELF}: FAIL: diff returned code: $DIFF_RET\n"
echo -e "FAIL : ${SELF} : diff returned code: $DIFF_RET\n"
;;
esac