From 05f5f7db4476ba46054f5bb637bec90a63ff6c4d Mon Sep 17 00:00:00 2001 From: grev <grev> Date: Thu, 26 Jul 2007 11:57:15 +0000 Subject: [PATCH] b=12613 i=Nathan Correct replay-dual, replay-single ALWAYS_EXCEPT list. --- lustre/tests/replay-dual.sh | 4 ++-- lustre/tests/replay-single.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 873a3c9f20..35a3c24421 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -2,8 +2,8 @@ set -e -# bug number: 6088 10124 -ALWAYS_EXCEPT="8 15c $REPLAY_DUAL_EXCEPT" +# bug number: 10124 +ALWAYS_EXCEPT="15c $REPLAY_DUAL_EXCEPT" PTLDEBUG=${PTLDEBUG:--1} LUSTRE=${LUSTRE:-`dirname $0`/..} diff --git a/lustre/tests/replay-single.sh b/lustre/tests/replay-single.sh index 971c82d466..d205d1d65b 100755 --- a/lustre/tests/replay-single.sh +++ b/lustre/tests/replay-single.sh @@ -14,8 +14,8 @@ init_test_env $@ # Skip these tests -# bug number: 4176 -ALWAYS_EXCEPT="39 $REPLAY_SINGLE_EXCEPT" +# bug number: +ALWAYS_EXCEPT="$REPLAY_SINGLE_EXCEPT" gen_config() { rm -f $XMLCONFIG -- GitLab