From b6ff93b834cac456863ec0c04b3e262d49f30f6a Mon Sep 17 00:00:00 2001 From: George Danchev Date: Sat, 9 Jul 2011 18:49:59 +0000 Subject: [PATCH] boldify Leaving of self-generated data on per-test basis too --- releng/inc/releng_getopts.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releng/inc/releng_getopts.inc b/releng/inc/releng_getopts.inc index f2b1171a..92d883b5 100644 --- a/releng/inc/releng_getopts.inc +++ b/releng/inc/releng_getopts.inc @@ -69,7 +69,9 @@ cleanup() { printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n" fi else + boldify printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR} + unboldify fi }