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:
parent
7ca421eb32
commit
79c4d8e2fa
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user