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
|
# tee(1) does trailing \n, which is unwanted in that case
|
||||||
printf "\n${SELF}: Running ./${s} ${PASSED_OPTIONS}..."
|
printf "\n${SELF}: Running ./${s} ${PASSED_OPTIONS}..."
|
||||||
echo -e "\n" >> ${CLOG}
|
echo -e "\n" >> ${CLOG}
|
||||||
echo -e "_________________________________________________________" >> ${CLOG}
|
echo -e "_NEW_TEST_______________________________________________________________" >> ${CLOG}
|
||||||
echo -e "${SELF}: Running ./${s} ${PASSED_OPTIONS}..." >> ${CLOG}
|
echo -e "${SELF}: Running ./${s} ${PASSED_OPTIONS}..." >> ${CLOG}
|
||||||
echo -e "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >> ${CLOG}
|
echo -e "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" >> ${CLOG}
|
||||||
T1=`date '+%s'`
|
T1=`date '+%s'`
|
||||||
set +e
|
set +e
|
||||||
./${s} ${PASSED_OPTIONS} &>> ${CLOG}
|
./${s} ${PASSED_OPTIONS} &>> ${CLOG}
|
||||||
|
Loading…
Reference in New Issue
Block a user