Whamcloud - gitweb
Branch: HEAD
authorwangdi <wangdi>
Thu, 12 May 2005 15:15:43 +0000 (15:15 +0000)
committerwangdi <wangdi>
Thu, 12 May 2005 15:15:43 +0000 (15:15 +0000)
Disable 71 in sanity.sh, because mmap code is not update on HEAD now.

lustre/tests/sanity.sh

index 27c9b26..ff6fa73 100644 (file)
@@ -14,8 +14,9 @@ ONLY=${ONLY:-"$*"}
 #   more than only LOV EAs
 # - 65h (default stripe inheritance) is not implemented for LMV 
 #   configurations. Will be done in second phase of collibri.
+# - 71 mmap still not updated on HEAD
 
-ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h"}
+ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h 71"}
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 [ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT"