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:
Dmitry Monakhov
2013-04-15 11:09:47 +00:00
committed by Rich Johnston
parent e771c54c45
commit 6105b952f4
+2 -2
View File
@@ -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?