boldify Leaving of self-generated data on per-test basis too

This commit is contained in:
George Danchev 2011-07-09 18:49:59 +00:00
parent 93dabe189e
commit b6ff93b834
1 changed files with 2 additions and 0 deletions

View File

@ -69,7 +69,9 @@ cleanup() {
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n" printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
fi fi
else else
boldify
printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR} printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR}
unboldify
fi fi
} }