Fix up stderr handling in bench runs.

Send stderr to the  $FULL file, not inline with stdout.
This commit is contained in:
fsgqa
2002-11-09 20:13:42 +00:00
parent d56adf280e
commit 4e06cacd29
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ _run_benchmark()
rm -f $seq $tmp.out
_log " *** bench [$seq]"
$here/src/runas -u $uid -g $gid $here/run.$bench > $tmp.out
$here/src/runas -u $uid -g $gid $here/run.$bench >$tmp.out 2>>$FULL
[ $? -eq 0 ] || _fail " !!! $bench pass $pass failed"
cd $here