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