| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 06/10] xfstest: move run_check to common.rc |
| From: | Dmitry Monakhov <dmonakhov@xxxxxxxxxx> |
| Date: | Wed, 20 Feb 2013 14:42:11 +0400 |
| Cc: | linux-ext4@xxxxxxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, dchinner@xxxxxxxxxx, Dmitry Monakhov <dmonakhov@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1361356935-29153-1-git-send-email-dmonakhov@xxxxxxxxxx> |
| References: | <1361356935-29153-1-git-send-email-dmonakhov@xxxxxxxxxx> |
Signed-off-by: Dmitry Monakhov <dmonakhov@xxxxxxxxxx>
---
276 | 6 ------
common.rc | 8 +++++++-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/276 b/276
index 082f943..c1ce8ac 100755
--- a/276
+++ b/276
@@ -165,12 +165,6 @@ _btrfs_inspect_check()
return $ret
}
-run_check()
-{
- echo "# $@" >> $seq.full 2>&1
- "$@" >> $seq.full 2>&1 || _fail "failed: '$@'"
-}
-
workout()
{
fsz=$1
diff --git a/common.rc b/common.rc
index 3635a45..e7ae9bf 100644
--- a/common.rc
+++ b/common.rc
@@ -1854,7 +1854,13 @@ _scale_fsstress_args()
done
echo $args
}
-
+
+run_check()
+{
+ echo "# $@" >> $seq.full 2>&1
+ "$@" >> $seq.full 2>&1 || _fail "failed: '$@'"
+}
+
################################################################################
if [ "$iam" != new -a "$iam" != bench ]
--
1.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 03/10] xfstests: hardcode fops for determinable fsstests runs, Dmitry Monakhov |
|---|---|
| Next by Date: | [PATCH 01/10] xfstests: add fio requirement V2, Dmitry Monakhov |
| Previous by Thread: | [PATCH 03/10] xfstests: hardcode fops for determinable fsstests runs, Dmitry Monakhov |
| Next by Thread: | [PATCH 01/10] xfstests: add fio requirement V2, Dmitry Monakhov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |