From 6fa20460d3ffb722a8182256cc033ca920826db0 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 20 Sep 2002 07:47:55 +0000 Subject: [PATCH] Refine QA testing scripts. Don't be so verbose on each test. --- bench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench b/bench index 5c066c74..bbcfcb65 100755 --- a/bench +++ b/bench @@ -118,7 +118,7 @@ _run_benchmark() [ $? -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 \ -- 2.47.3