From: adilger Date: Fri, 20 May 2005 20:16:27 +0000 (+0000) Subject: Branch b1_4 X-Git-Tag: v1_7_100~1^25~8^2~110 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2c5d4a9151a5670848e91c9be0153981d2cc0f53;p=fs%2Flustre-release.git Branch b1_4 Print a useful error on failure. --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 90b0526..22be758 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2491,7 +2491,7 @@ log "cleanup: ======================================================" if [ "`mount | grep ^$NAME`" ]; then rm -rf $DIR/[Rdfs][1-9]* if [ "$I_MOUNTED" = "yes" ]; then - sh llmountcleanup.sh || error + sh llmountcleanup.sh || error "llmountcleanup failed" fi fi