From 08dd84d53dbf6ccf6da8c7ca5916a65ebf943601 Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 21 Apr 2008 19:42:37 +0000 Subject: [PATCH] b=15273 i=Adilger skip test_37 if CLIENTMODSONLY is set --- lustre/tests/conf-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 01e16f7..181395c 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -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" -- 1.8.3.1