From 9b2153053203a804a0623f4c12c2918024b51c2a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Fri, 5 Aug 2011 15:49:07 +0000 Subject: [PATCH] Made existing tests comply to upcomming prescriptions for failure messages --- releng/inc/releng_getopts.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releng/inc/releng_getopts.inc b/releng/inc/releng_getopts.inc index 1748b00f..26fdeefb 100644 --- a/releng/inc/releng_getopts.inc +++ b/releng/inc/releng_getopts.inc @@ -60,15 +60,15 @@ cleanup() { printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR} unboldify else - printf "${SELF}: FAIL: Safety check for being in releng_generated_data directory.\n" - printf "${SELF}: FAIL: GREP returned empty string: ${RET_NON_EMPTY_STRING}.\n" - printf "${SELF}: FAIL: Skipped trying to remove ${GEN_DATA_DIR} directory. Exiting.\n" + printf "FAIL : ${SELF} : Safety check for being in releng_generated_data directory.\n" + printf "FAIL : ${SELF} : GREP returned empty string: ${RET_NON_EMPTY_STRING}.\n" + printf "FAIL : ${SELF} : Skipped trying to remove ${GEN_DATA_DIR} directory. Exiting.\n" fi ;; *) - printf "${SELF}: FAIL: Safety check for being in releng_generated_data directory.\n" - printf "${SELF}: FAIL: GREP returned code: ${GREP_RET_GEN_DATA}.\n" - printf "${SELF}: FAIL: Skipped trying to remove ${GEN_DATA_DIR} directory. Exiting.\n" + printf "FAIL : ${SELF} : Safety check for being in releng_generated_data directory.\n" + printf "FAIL : ${SELF} : GREP returned code: ${GREP_RET_GEN_DATA}.\n" + printf "FAIL : ${SELF} : Skipped trying to remove ${GEN_DATA_DIR} directory. Exiting.\n" exit 30 ;; esac