Whamcloud - gitweb
b=12613
authorgrev <grev>
Thu, 26 Jul 2007 11:44:39 +0000 (11:44 +0000)
committergrev <grev>
Thu, 26 Jul 2007 11:44:39 +0000 (11:44 +0000)
i=Adilger
i=Nathan

Correct recovery-small ALWAYS_EXCEPT list

lustre/tests/recovery-small.sh

index 4bec193..b7a4052 100755 (executable)
@@ -2,8 +2,8 @@
 
 set -e
 
-#         bug  11190 5494 5493
-ALWAYS_EXCEPT="19b   24   52 $RECOVERY_SMALL_EXCEPT"
+#         bug  5493
+ALWAYS_EXCEPT="52 $RECOVERY_SMALL_EXCEPT"
 
 PTLDEBUG=${PTLDEBUG:--1}
 LUSTRE=${LUSTRE:-`dirname $0`/..}