From ed4405b2419b5e819ea9d5d37ea1dab7c6a63a57 Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Fri, 9 May 2008 08:09:10 +0000 Subject: [PATCH] b=15660 i=Adilger disable LIBLUSTRE test for NETTYPE != tcp --- lustre/tests/acceptance-small.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/acceptance-small.sh b/lustre/tests/acceptance-small.sh index 9e5be2428b..0131c108d1 100755 --- a/lustre/tests/acceptance-small.sh +++ b/lustre/tests/acceptance-small.sh @@ -268,6 +268,7 @@ for NAME in $CONFIGS; do LFSCK="done" fi + [ "$NETTYPE" = "tcp" ] || LIBLUSTRE=no # bug 15660 if [ "$LIBLUSTRE" != "no" ]; then title liblustre assert_env MGSNID MOUNT2 -- GitLab