From 2c5d4a9151a5670848e91c9be0153981d2cc0f53 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 20 May 2005 20:16:27 +0000 Subject: [PATCH] Branch b1_4 Print a useful error on failure. --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1