| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 1/2] xfstests: dump _require_fio output to log |
| From: | Dmitry Monakhov <dmonakhov@xxxxxxxxxx> |
| Date: | Mon, 15 Apr 2013 15:09:47 +0400 |
| Cc: | linux-ext4@xxxxxxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, dchinner@xxxxxxxxxx, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] xfstests generic 311: test fallocate(2) ENOSPC when file size is greater than 4G, Eryu Guan |
|---|---|
| Next by Date: | [PATCH 2/2] xfstests: fix fio's arguments, Dmitry Monakhov |
| Previous by Thread: | [PATCH] xfstests generic 311: test fallocate(2) ENOSPC when file size is greater than 4G, Eryu Guan |
| Next by Thread: | [PATCH 2/2] xfstests: fix fio's arguments, Dmitry Monakhov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |