mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix up stderr handling in bench runs.
Send stderr to the $FULL file, not inline with stdout.
This commit is contained in:
+1
-1
@@ -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 "#"}'
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user