[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-53-g79c4d8e

Andrew Bartlett abartlet at samba.org
Tue Jul 15 05:01:59 GMT 2008


The branch, v4-0-test has been updated
       via  79c4d8e2fabc9c33d978c064b9c01ca45e463ced (commit)
      from  7ca421eb32bed3c400f863b654712d922c82bfb9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 79c4d8e2fabc9c33d978c064b9c01ca45e463ced
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Jul 15 15:01:43 2008 +1000

    Fix 'make gdbtest-enb' and the GDB_PROVISION option.

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

Summary of changes:
 source/selftest/config.mk        |    2 +-
 source/selftest/target/Samba4.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/selftest/config.mk b/source/selftest/config.mk
index 871c148..5503a42 100644
--- a/source/selftest/config.mk
+++ b/source/selftest/config.mk
@@ -78,4 +78,4 @@ gdbtest-all:: everything
 
 gdbtest-env:: everything
 	SMBD_VALGRIND="xterm -n smbd -e $(srcdir)/script/gdb_run $(LD_LIBPATH_OVERRIDE)" \
-	$(SELFTEST) $(SELFTEST_NOSLOW_OPTS)--socket-wrapper --testenv
+	$(SELFTEST) $(SELFTEST_NOSLOW_OPTS) --socket-wrapper --testenv
diff --git a/source/selftest/target/Samba4.pm b/source/selftest/target/Samba4.pm
index 6283a37..2347dfc 100644
--- a/source/selftest/target/Samba4.pm
+++ b/source/selftest/target/Samba4.pm
@@ -703,7 +703,7 @@ nogroup:x:65534:nobody
 	push (@provision_options, "NSS_WRAPPER_PASSWD=\"$nsswrap_passwd\"");
 	push (@provision_options, "NSS_WRAPPER_GROUP=\"$nsswrap_group\"");
 	if (defined($ENV{GDB_PROVISION})) {
-		push (@provision_options, "gdb --args");
+		push (@provision_options, "gdb --args python");
 	}
 	if (defined($ENV{VALGRIND_PROVISION})) {
 		push (@provision_options, "valgrind");


-- 
Samba Shared Repository


More information about the samba-cvs mailing list