From: bwzhou Date: Fri, 15 Feb 2008 09:51:09 +0000 (+0000) Subject: Branch b1_6 X-Git-Tag: v1_8_0_110~768 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=7a1f302d019892bfbf2503d0caad69f405828c8f;p=fs%2Flustre-release.git Branch b1_6 b=14763 r=adilger fix a problem with conf-sanity --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index fe81a07..bba9a16 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1532,9 +1532,9 @@ test_39() { #bug 14413 PTLDEBUG=malloc setup cleanup - perl $SRCDIR/leak_finder.pl $TMP/debug 2>&1 | egrep "*** Leak:" && error + perl $SRCDIR/leak_finder.pl $TMP/debug 2>&1 | egrep '*** Leak:' && + error "memory leak detected" || true } - run_test 39 "leak_finder recognizes both LUSTRE and LNET malloc messages" equals_msg `basename $0`: test complete