1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

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

This commit is contained in:
Andrew Bartlett 2008-07-15 15:01:43 +10:00
parent 7ca421eb32
commit 79c4d8e2fa
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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");