The branch, master has been updated
via a8492d2... s3:test: add a new "valgrindtestenv" target, similar to
gdbtestenv
via 1bc1fbe... s3:gdbtestenv: also start an xterm with nmbd. and start
winbindd before smbd.
via 40090d9... s3:gdbtestenv: also set the xterm's window title
appropriately
via e051f3b... s3:gdbtestenv: print the server's name in the icontitle
instead of "server"
from 045f4c9... pidl: fix printing of server side ndr request debug
messages
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit a8492d2a927a6f381d0ba091019a0d3e90788d4f
Author: Michael Adam <[email protected]>
Date: Sat Aug 14 01:54:37 2010 +0200
s3:test: add a new "valgrindtestenv" target, similar to gdbtestenv
this runs the daemins in xterm under valgrind instead of in gdb
commit 1bc1fbe5fddfbd808daa2538221a976bbdeb5a6b
Author: Michael Adam <[email protected]>
Date: Sat Aug 14 01:52:41 2010 +0200
s3:gdbtestenv: also start an xterm with nmbd. and start winbindd before
smbd.
commit 40090d9b24d62c1f0e48c33f18178f076bfa7f7d
Author: Michael Adam <[email protected]>
Date: Sat Aug 14 01:49:52 2010 +0200
s3:gdbtestenv: also set the xterm's window title appropriately
commit e051f3bd62201511afb2b4830b1ca597857cea65
Author: Michael Adam <[email protected]>
Date: Sat Aug 14 01:48:09 2010 +0200
s3:gdbtestenv: print the server's name in the icontitle instead of "server"
-----------------------------------------------------------------------
Summary of changes:
source3/Makefile.in | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4ac425d..ae8ad08 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3324,8 +3324,16 @@ testenv:
gdbtestenv:
$(MAKE) test SELFTEST_TESTENV=$(SELFTEST_TESTENV) \
- SMBD_VALGRIND="xterm -n server -e $(selftestdir)/gdb_run
$(S3_LD_LIBPATH_OVERRIDE)" \
- WINBINDD_VALGRIND="xterm -n server -e $(selftestdir)/gdb_run
$(S3_LD_LIBPATH_OVERRIDE)" \
+ NMBD_VALGRIND="xterm -n nmbd -title nmbd -e
$(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \
+ WINBINDD_VALGRIND="xterm -n winbindd -title winbindd -e
$(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \
+ SMBD_VALGRIND="xterm -n smbd -title smbd -e
$(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \
+ TESTS="--testenv"
+
+valgrindtestenv:
+ $(MAKE) test SELFTEST_TESTENV=$(SELFTEST_TESTENV) \
+ NMBD_VALGRIND="xterm -n nmbd -title nmbd -e valgrind -q
--db-attach=yes --num-callers=30" \
+ WINBINDD_VALGRIND="xterm -n winbindd -title winbindd -e
valgrind -q --db-attach=yes --num-callers=30" \
+ SMBD_VALGRIND="xterm -n smbd -title smbd -e valgrind -q
--db-attach=yes --num-callers=30" \
TESTS="--testenv"
--
Samba Shared Repository