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