formatting

This commit is contained in:
George Danchev 2011-06-26 20:57:22 +00:00
parent 3565aa36fd
commit 44f6e831dc
1 changed files with 3 additions and 3 deletions

View File

@ -38,11 +38,11 @@ for s in `ls | grep ^releng_ | grep -v ${SELF} | sort`; do
done done
DEND=`date --utc` DEND=`date --utc`
printf "\n$0: Finished at ${DEND}" printf "\n$0: Finished at ${DEND}. "
E2=`date '+%s'` E2=`date '+%s'`
let ES="${E2}-${E1}" let ES="${E2}-${E1}"
printf "\n$0: Total time elapsed ${ES} sec." printf "(total time elapsed ${ES} sec)."
printf "\n$0: *** Inspect ${CLOG1} and ${CLOG2} ***\n\n" printf "\n$0: Results saved in ${CLOG1} and ${CLOG2}.\n\n"
exit 0 exit 0
} }