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
@@ -26,7 +26,7 @@ BONNIE_FILETYPE=${BONNIE_FILETYPE:=regular}
# [ Note: the "files" can also be "^files:max" and possibly other things ]
filter_stderr()
{
sed -e 's/^..................../# /g' | awk '{ print } END { print "# }'
sed -e 's/^..................../# /g' | awk '{print} END {print "#"}'
}
#