more clear formatting
This commit is contained in:
parent
b956d68e3e
commit
d4fbeae2a6
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user