From: rread Date: Fri, 14 Nov 2003 22:32:24 +0000 (+0000) Subject: More test cleanups. X-Git-Tag: v1_7_0_51~2^7~240 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2aebe626c83c2b76c1bc4f87762b43fda34642ee;p=fs%2Flustre-release.git More test cleanups. --- diff --git a/lustre/tests/replay-single-upcall.sh b/lustre/tests/replay-single-upcall.sh index c7bb7b7..193ef07 100755 --- a/lustre/tests/replay-single-upcall.sh +++ b/lustre/tests/replay-single-upcall.sh @@ -10,10 +10,11 @@ exec 2>&1 set -xv failed_import() { -# $LUSTRE/utils/lctl --device %$3 recover || -# logger -p kern.info recovery failed: $@ - - source $LUSTRE/tests/mdsactive + if [ -f $LUSTRE/tests/ostactive ] ; then + source $LUSTRE/tests/mdsactive + else + mdsactive=mds + fi $LUSTRE/utils/lconf --verbose --recover --node client_facet \ --select mds1=${mdsactive}_facet\