diff options
author | Michael Adam <obnox@samba.org> | 2010-08-14 01:52:41 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 01:52:41 +0200 |
commit | 1bc1fbe5fddfbd808daa2538221a976bbdeb5a6b (patch) | |
tree | 140ab64632885d53b235aa9f3b91bae4b6572394 /source3 | |
parent | 40090d9b24d62c1f0e48c33f18178f076bfa7f7d (diff) | |
download | samba-1bc1fbe5fddfbd808daa2538221a976bbdeb5a6b.tar.gz samba-1bc1fbe5fddfbd808daa2538221a976bbdeb5a6b.tar.bz2 samba-1bc1fbe5fddfbd808daa2538221a976bbdeb5a6b.zip |
s3:gdbtestenv: also start an xterm with nmbd. and start winbindd before smbd.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 728ce08711..7aecdbc58f 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" |