diff --git a/releng/run_all_releng b/releng/run_all_releng index a4e1b375..e0be6ee7 100755 --- a/releng/run_all_releng +++ b/releng/run_all_releng @@ -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}