From f5df803dc637a1d0a796ab03e98462398b53a9c4 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 9 May 2002 20:19:59 +0000 Subject: [PATCH] Exit on setup error. --- lustre/tests/llext3.sh | 3 ++- lustre/tests/llrext3.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lustre/tests/llext3.sh b/lustre/tests/llext3.sh index cdeb653..9826ac7 100755 --- a/lustre/tests/llext3.sh +++ b/lustre/tests/llext3.sh @@ -4,6 +4,7 @@ SRCDIR="`dirname $0`/" . $SRCDIR/common.sh export DEBUG_WAIT=yes -. $SRCDIR/llsetup.sh $SRCDIR/net-local.cfg $SRCDIR/client-mount.cfg $SRCDIR/mds.cfg $SRCDIR/obdext2.cfg +. $SRCDIR/llsetup.sh $SRCDIR/net-local.cfg $SRCDIR/client-mount.cfg $SRCDIR/mds.cfg $SRCDIR/obdext2.cfg || exit 2 debug_client_on +#debug_client_off diff --git a/lustre/tests/llrext3.sh b/lustre/tests/llrext3.sh index 5cd2dc8..c47fe9b 100755 --- a/lustre/tests/llrext3.sh +++ b/lustre/tests/llrext3.sh @@ -4,6 +4,7 @@ SRCDIR="`dirname $0`/" . $SRCDIR/common.sh export DEBUG_WAIT=yes -. $SRCDIR/llrsetup.sh $SRCDIR/net-local.cfg $SRCDIR/client-mount.cfg $SRCDIR/mds.cfg $SRCDIR/obdext2.cfg +. $SRCDIR/llrsetup.sh $SRCDIR/net-local.cfg $SRCDIR/client-mount.cfg $SRCDIR/mds.cfg $SRCDIR/obdext2.cfg || exit 2 debug_client_on +#debug_client_off -- 1.8.3.1