| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 11/12] 225: use TEST_DIR instead of a SCRATCH_DEV |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Tue, 10 Dec 2013 23:34:56 -0800 |
| Cc: | Stanislav Kholmanskikh <stanislav.kholmanskikh@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| References: | <20131211073445.353655850@xxxxxxxxxxxxxxxxxxxxxx> |
| User-agent: | quilt/0.60-1 |
The test does not require a fresh file system. Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- tests/generic/225 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/generic/225 b/tests/generic/225 index 73b125a..c77c37f 100755 --- a/tests/generic/225 +++ b/tests/generic/225 @@ -43,14 +43,10 @@ _cleanup() # real QA test starts here _supported_fs generic _supported_os Linux -_require_scratch - -_scratch_mkfs > /dev/null 2>&1 -_scratch_mount > /dev/null 2>&1 rm -f $seqres.full -fiemapfile=$SCRATCH_MNT/$seq.fiemap -fiemaplog=$SCRATCH_MNT/$seq.log +fiemapfile=$TEST_DIR/$seq.fiemap +fiemaplog=$TEST_DIR/$seq.log [ -x $here/src/fiemap-tester ] || _notrun "fiemap-tester not built" -- 1.7.10.4 |
| Previous by Date: | [PATCH 10/12] 141: use TEST_DIR instead of a SCRATCH_DEV, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 12/12] 319: use TEST_DIR instead of a SCRATCH_DEV, Christoph Hellwig |
| Previous by Thread: | [PATCH 10/12] 141: use TEST_DIR instead of a SCRATCH_DEV, Christoph Hellwig |
| Next by Thread: | [PATCH 12/12] 319: use TEST_DIR instead of a SCRATCH_DEV, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |