From 91c219dfba92801db56437e833cd250d44874b85 Mon Sep 17 00:00:00 2001 From: anserper <anserper> Date: Tue, 25 Nov 2008 23:04:43 +0000 Subject: [PATCH] Branch b1_6 b=17371 i=Elena fail each time cleanup/setup went wrong --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 50b76a5381..2f8cd1674a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5550,8 +5550,8 @@ test_141() { for ls in /proc/fs/lustre/ldlm/namespaces/MGC*/lru_size; do echo "clear" > $ls done - cleanup || error "failed to cleanup" - setup || error "failed to setup" + FAIL_ON_ERROR=true cleanup + FAIL_ON_ERROR=true setup } run_test 141 "umount should not race with any mgc requeue thread" -- GitLab