Whamcloud - gitweb
b=12560
authorgrev <grev>
Thu, 18 Oct 2007 08:22:45 +0000 (08:22 +0000)
committergrev <grev>
Thu, 18 Oct 2007 08:22:45 +0000 (08:22 +0000)
lost test_7 fix

lustre/tests/sanity-quota.sh

index 4979ff2..9cd8a37 100644 (file)
@@ -582,7 +582,7 @@ run_test 6 "Block quota acquire & release ========="
 # quota recovery (block quota only by now)
 test_7()
 {
-       remote_mds && skip "remote mds"
+       remote_mds && skip "remote mds" && return 0
 
        LIMIT=$(( $BUNIT_SZ * $(($OSTCOUNT + 1)) * 10)) # 10 bunits each sever
        TESTFILE="$TSTDIR/quota_tst70"