Whamcloud - gitweb
b=15273
authorgrev <grev>
Mon, 21 Apr 2008 18:05:49 +0000 (18:05 +0000)
committergrev <grev>
Mon, 21 Apr 2008 18:05:49 +0000 (18:05 +0000)
i=Adilger
skip test_37 if CLIENTMODSONLY is set

lustre/tests/conf-sanity.sh

index e2567f7..2bdb509 100644 (file)
@@ -1473,7 +1473,7 @@ test_36() { # 12743
 run_test 36 "df report consistency on OSTs with different block size"
 
 test_37() {
-       [ -n "$CLIENTONLY" ] && skip "client only testing" && return 0
+       [ -n "$CLIENTONLY" -o -n "$CLIENTMODSONLY" ] && skip "client only testing" && return 0
        LOCAL_MDSDEV="$TMP/mdt.img"
        SYM_MDSDEV="$TMP/sym_mdt.img"