From 7963a3a6b5dde6045efef9d8fb92f828e1e7b883 Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 22 Aug 2003 15:02:52 +0000 Subject: [PATCH] merge b_devel -> b_eq: 20030822 --- lustre/tests/recovery-cleanup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/recovery-cleanup.sh b/lustre/tests/recovery-cleanup.sh index 7cdff65..cb127d7 100755 --- a/lustre/tests/recovery-cleanup.sh +++ b/lustre/tests/recovery-cleanup.sh @@ -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() { -- 1.8.3.1