This should helps to find incompatibility issues. Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx> --- common/rc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 tests/ext4/301 diff --git a/common/rc b/common/rc index 09fb83f..ad3e378 100644 --- a/common/rc +++ b/common/rc @@ -1967,8 +1967,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? diff --git a/tests/ext4/301 b/tests/ext4/301 old mode 100644 new mode 100755 -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html