Skip to content
Snippets Groups Projects
Commit a8b90765 authored by Walter Poxon's avatar Walter Poxon
Browse files

b=15660

i=adilger

disable LIBLUSTRE test for NETTYPE != tcp && NETTYPE != ptl
parent 1e14af95
No related merge requests found
...@@ -268,7 +268,7 @@ for NAME in $CONFIGS; do ...@@ -268,7 +268,7 @@ for NAME in $CONFIGS; do
LFSCK="done" LFSCK="done"
fi fi
[ "$NETTYPE" = "tcp" ] || LIBLUSTRE=no # bug 15660 [ "$NETTYPE" = "tcp" -o "$NETTYPE" = "ptl" ] || LIBLUSTRE=no # bug 15660
if [ "$LIBLUSTRE" != "no" ]; then if [ "$LIBLUSTRE" != "no" ]; then
title liblustre title liblustre
assert_env MGSNID MOUNT2 assert_env MGSNID MOUNT2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment