From 7a1f302d019892bfbf2503d0caad69f405828c8f Mon Sep 17 00:00:00 2001
From: bwzhou <bwzhou>
Date: Fri, 15 Feb 2008 09:51:09 +0000
Subject: [PATCH] Branch b1_6 b=14763 r=adilger

fix a problem with conf-sanity
---
 lustre/tests/conf-sanity.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index fe81a07120..bba9a16df0 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
-- 
GitLab