implement -keep

This commit is contained in:
George Danchev
2011-06-27 14:31:39 +00:00
parent a4fa6ff919
commit cf34732b18
3 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ for s in `ls | grep ^releng_ | grep -v ${SELF} | sort`; do
T1=`date '+%s'`
set +e
# -rc -clean are shared options amongst the all releng scripts
./${s} -rc -clean 1>>${CLOG1} 2>>${CLOG2}
./${s} -rc 1>>${CLOG1} 2>>${CLOG2}
RET=$?
T2=`date '+%s'`
let TS="${T2}-${T1}"