[SCM] Samba Shared Repository - branch master updated

Andrew Tridgell tridge at samba.org
Mon Oct 19 06:05:23 MDT 2009


The branch, master has been updated
       via  8d0959b... selftest: try to get the valgrind errors showing again in the build farm
      from  d680729... util: fixed generate_unique_strs() to be portable

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 8d0959b2b17c650505cf4c68db807e551ba38816
Author: Andrew Tridgell <tridge at samba.org>
Date:   Mon Oct 19 22:58:23 2009 +1100

    selftest: try to get the valgrind errors showing again in the build farm

-----------------------------------------------------------------------

Summary of changes:
 selftest/selftest.pl |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index ef54320..2aae050 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -885,11 +885,8 @@ my $failed = 0;
 # if there were any valgrind failures, show them
 foreach (<$prefix/valgrind.log*>) {
 	next unless (-s $_);
-	system("grep DWARF2.CFI.reader $_ > /dev/null");
-	if ($? >> 8 == 0) {
-	    print "VALGRIND FAILURE\n";
-	    $failed++;
-	    system("cat $_");
-	}
+	print "VALGRIND FAILURE\n";
+	$failed++;
+	system("cat $_");
 }
 exit 0;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list