highlight removing of self-generated data
This commit is contained in:
parent
5309bfbed2
commit
8864b19b89
@ -49,7 +49,9 @@ cleanup() {
|
|||||||
# now call the nastiness
|
# now call the nastiness
|
||||||
chmod +w -R ${GEN_DATA_DIR}
|
chmod +w -R ${GEN_DATA_DIR}
|
||||||
rm -rf ${GEN_DATA_DIR}
|
rm -rf ${GEN_DATA_DIR}
|
||||||
|
boldify
|
||||||
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
|
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
|
||||||
|
unboldify
|
||||||
else
|
else
|
||||||
printf "${SELF}: FAIL: Safety check for being in releng_generated_data directory.\n"
|
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: GREP returned empty string: ${RET_NON_EMPTY_STRING}.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user