From 6105b952f46cddf88029d14857cb2658cdab2d52 Mon Sep 17 00:00:00 2001 From: Dmitry Monakhov Date: Mon, 15 Apr 2013 11:09:47 +0000 Subject: [PATCH] xfstests: dump _require_fio output to log This should help find incompatibility issues. Signed-off-by: Dmitry Monakhov Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- common/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/rc b/common/rc index b9806973..8e373685 100644 --- a/common/rc +++ b/common/rc @@ -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? -- 2.39.5