cleanup some qa stuff

Get rid of checking log for recovery msgs. It's too much
hassle and probably not worth it.
This commit is contained in:
fsgqa
2004-04-23 04:08:39 +00:00
parent af33817e78
commit e23849bf53
5 changed files with 52 additions and 70 deletions
+2 -1
View File
@@ -223,7 +223,8 @@ do
start=`_wallclock`
$timestamp && echo -n " ["`date "+%T"`"]"
sh $seq >$tmp.rawout 2>&1
[ ! -x $seq ] && chmod u+x $seq # ensure we can run it
./$seq >$tmp.rawout 2>&1
sts=$?
$timestamp && echo -n " ["`date "+%T"`"]"
stop=`_wallclock`