Refine QA testing scripts.
authorNathan Scott <nathans@sgi.com>
Fri, 20 Sep 2002 07:47:55 +0000 (07:47 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 20 Sep 2002 07:47:55 +0000 (07:47 +0000)
Don't be so verbose on each test.

bench

diff --git a/bench b/bench
index 5c066c7453c048798a33774dcd6b78afa73f7a2f..bbcfcb656eb9eb405fa2006e32e26850d0e066df 100755 (executable)
--- a/bench
+++ b/bench
@@ -118,7 +118,7 @@ _run_benchmark()
        [ $? -eq 0 ]        || _fail "            !!! $bench pass $pass failed"
 
         cd $here
        [ $? -eq 0 ]        || _fail "            !!! $bench pass $pass failed"
 
         cd $here
-        _fix_malloc < $tmp.out | tee $seq | _logp
+        _fix_malloc < $tmp.out > $seq
 
         _log "        *** unmounting scratch device"
         umount $SCRATCH_DEV 2>&1 | _logp \
 
         _log "        *** unmounting scratch device"
         umount $SCRATCH_DEV 2>&1 | _logp \