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
@@ -12,7 +12,7 @@ run_bonnie()
rm -fr ./bonnie
[ $status -ne 0 ] && exit 1
filter_stdout < $tmp/bonnie.stdout
filter_stderr < $tmp/bonnie.stderr
filter_stderr < $tmp/bonnie.stderr 1>&2
rm -f $tmp/bonnie.stdout $tmp/bonnie.stderr
exit 0
}