Whamcloud - gitweb
merge b_devel -> b_eq: 20030822
authorericm <ericm>
Fri, 22 Aug 2003 15:02:52 +0000 (15:02 +0000)
committerericm <ericm>
Fri, 22 Aug 2003 15:02:52 +0000 (15:02 +0000)
lustre/tests/recovery-cleanup.sh

index 7cdff65..cb127d7 100755 (executable)
@@ -93,9 +93,9 @@ setup() {
 
 cleanup() {
     do_mds "echo 0 > /proc/sys/lustre/fail_loc"
-    unmount_client $@ || true
-    shutdown_mds $@ || true
-    shutdown_ost $@ || true
+    unmount_client $@ || exit 97
+    shutdown_mds $@ || exit 98
+    shutdown_ost $@ || exit 99
 }
 
 wait_for_timeout() {