From 6093624721d1ab06e47eeedc838c7253c476ba22 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Wed, 16 Apr 2008 14:07:44 +0000 Subject: [PATCH] b=15273 i=Nathan.Rutman skip test_37 for client only testing --- lustre/tests/conf-sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 9357c70d27..e2567f70df 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1473,6 +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 LOCAL_MDSDEV="$TMP/mdt.img" SYM_MDSDEV="$TMP/sym_mdt.img" -- GitLab