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

lustre/tests/conf-sanity.sh

index 01e16f7..181395c 100644 (file)
@@ -1458,7 +1458,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"