more clear formatting

This commit is contained in:
George Danchev 2011-07-09 09:18:01 +00:00
parent d926357222
commit 6fc4e161b0
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ fi
# tee(1) does trailing \n, which is unwanted in that case
printf "\n${SELF}: Running ./${s} ${PASSED_OPTIONS}..."
echo -e "\n" >> ${CLOG}
echo -e "_________________________________________________________" >> ${CLOG}
echo -e "_NEW_TEST_______________________________________________________________" >> ${CLOG}
echo -e "${SELF}: Running ./${s} ${PASSED_OPTIONS}..." >> ${CLOG}
echo -e "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >> ${CLOG}
echo -e "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >> ${CLOG}
T1=`date '+%s'`
set +e
./${s} ${PASSED_OPTIONS} &>> ${CLOG}