From 4caba7e62d39cb24854198fd18d4f85d999afdf4 Mon Sep 17 00:00:00 2001 From: wangdi <wangdi> Date: Thu, 12 May 2005 15:15:43 +0000 Subject: [PATCH] Branch: HEAD Disable 71 in sanity.sh, because mmap code is not update on HEAD now. --- lustre/tests/sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 27c9b26e62..ff6fa73c62 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -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" -- GitLab