mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: dump _require_fio output to log
This should help find incompatibility issues. Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
e771c54c45
commit
6105b952f4
@@ -1994,8 +1994,8 @@ _require_fio()
|
||||
return 1;
|
||||
fi
|
||||
|
||||
$FIO_PROG --warnings-fatal --showcmd $job >/dev/null 2>&1
|
||||
[ $? -eq 0 ] || _notrun "$FIO_PROG too old"
|
||||
$FIO_PROG --warnings-fatal --showcmd $job >> $seqres.full 2>&1
|
||||
[ $? -eq 0 ] || _notrun "$FIO_PROG too old, see $seqres.full"
|
||||
}
|
||||
|
||||
# Does freeze work on this fs?
|
||||
|
||||
Reference in New Issue
Block a user