diff options
author | Michael Adam <obnox@samba.org> | 2010-08-14 01:49:52 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 01:51:39 +0200 |
commit | 40090d9b24d62c1f0e48c33f18178f076bfa7f7d (patch) | |
tree | a472716d17febf862d143eb4e527be5f269f1cd0 /source3 | |
parent | e051f3bd62201511afb2b4830b1ca597857cea65 (diff) | |
download | samba-40090d9b24d62c1f0e48c33f18178f076bfa7f7d.tar.gz samba-40090d9b24d62c1f0e48c33f18178f076bfa7f7d.tar.bz2 samba-40090d9b24d62c1f0e48c33f18178f076bfa7f7d.zip |
s3:gdbtestenv: also set the xterm's window title appropriately
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 971ba5985a..728ce08711 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3324,8 +3324,8 @@ testenv: gdbtestenv: $(MAKE) test SELFTEST_TESTENV=$(SELFTEST_TESTENV) \ - SMBD_VALGRIND="xterm -n smbd -e $(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \ - WINBINDD_VALGRIND="xterm -n winbindd -e $(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \ + 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)" \ TESTS="--testenv" |