From: fsgqa Date: Tue, 27 May 2003 01:04:39 +0000 (+0000) Subject: Fix for external log/rt on the test device for auto-qa X-Git-Tag: v1.1.0~979 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=efc0c6ce935343649cb7df80f1a453c0d7ac97fc;ds=sidebyside Fix for external log/rt on the test device for auto-qa --- diff --git a/common.rc b/common.rc index 3d2cd32f..47ee1e33 100644 --- a/common.rc +++ b/common.rc @@ -630,7 +630,10 @@ _check_filesystem() _check_test_fs() { - _check_filesystem $TEST_DEV $TEST_LOGDEV + TEST_LOG="" + [ "$USE_EXTERNAL" = yes -a ! -z "$TEST_LOGDEV" ] && \ + TEST_LOG="$TEST_LOGDEV" + _check_filesystem $TEST_DEV $TEST_LOG } _check_scratch_fs()