Whamcloud - gitweb
Branch b1_6
authorbwzhou <bwzhou>
Fri, 15 Feb 2008 09:51:09 +0000 (09:51 +0000)
committerbwzhou <bwzhou>
Fri, 15 Feb 2008 09:51:09 +0000 (09:51 +0000)
b=14763
r=adilger

fix a problem with conf-sanity

lustre/tests/conf-sanity.sh

index fe81a07..bba9a16 100644 (file)
@@ -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