From: Dmitry Monakhov <dmonakhov@openvz.org>
To: xfs@oss.sgi.com
Cc: linux-fsdevel@vger.kernel.org,
Dmitry Monakhov <dmonakhov@openvz.org>,
linux-ext4@vger.kernel.org, dchinner@redhat.com
Subject: [PATCH 1/2] xfstests: dump _require_fio output to log
Date: Mon, 15 Apr 2013 15:09:47 +0400 [thread overview]
Message-ID: <1366024188-21756-1-git-send-email-dmonakhov@openvz.org> (raw)
This should helps to find incompatibility issues.
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
---
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
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2013-04-15 11:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-15 11:09 Dmitry Monakhov [this message]
2013-04-15 11:09 ` [PATCH 2/2] xfstests: fix fio's arguments Dmitry Monakhov
2013-04-22 15:21 ` Rich Johnston
2013-04-22 15:31 ` Rich Johnston
2013-04-22 15:19 ` [PATCH 1/2] xfstests: dump _require_fio output to log Rich Johnston
2013-04-22 15:30 ` Rich Johnston
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1366024188-21756-1-git-send-email-dmonakhov@openvz.org \
--to=dmonakhov@openvz.org \
--cc=dchinner@redhat.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).