Whamcloud - gitweb
Branch HEAD
authoranserper <anserper>
Tue, 25 Nov 2008 23:22:51 +0000 (23:22 +0000)
committeranserper <anserper>
Tue, 25 Nov 2008 23:22:51 +0000 (23:22 +0000)
b=17371
i=Elena
fail each time setup/cleanup does not work

lustre/tests/sanity.sh

index 3cfcc5b..37b04d1 100644 (file)
@@ -5764,8 +5764,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"