From 1bc1fbe5fddfbd808daa2538221a976bbdeb5a6b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 14 Aug 2010 01:52:41 +0200 Subject: [PATCH 1/1] s3:gdbtestenv: also start an xterm with nmbd. and start winbindd before smbd. --- source3/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 728ce087110..7aecdbc58f4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3324,8 +3324,9 @@ testenv: gdbtestenv: $(MAKE) test SELFTEST_TESTENV=$(SELFTEST_TESTENV) \ - SMBD_VALGRIND="xterm -n smbd -T smbd -e $(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \ - WINBINDD_VALGRIND="xterm -n winbindd -T winbindd -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" -- 2.34.1