Refine QA testing scripts.

Don't be so verbose on each test.
This commit is contained in:
Nathan Scott
2002-09-20 07:47:55 +00:00
parent 42e886a101
commit 6fa20460d3
+1 -1
View File
@@ -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 \