diff options
author | Michael Adam <obnox@samba.org> | 2010-08-14 01:48:09 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 01:48:09 +0200 |
commit | e051f3bd62201511afb2b4830b1ca597857cea65 (patch) | |
tree | 05586cb59a97e87ee1c37f79da6351f1b4382c82 | |
parent | 045f4c96d5d9c0528661499ce0e5cc729df9713d (diff) | |
download | samba-e051f3bd62201511afb2b4830b1ca597857cea65.tar.gz samba-e051f3bd62201511afb2b4830b1ca597857cea65.tar.bz2 samba-e051f3bd62201511afb2b4830b1ca597857cea65.zip |
s3:gdbtestenv: print the server's name in the icontitle instead of "server"
-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 4ac425d8e7..971ba5985a 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 server -e $(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \ - WINBINDD_VALGRIND="xterm -n server -e $(selftestdir)/gdb_run $(S3_LD_LIBPATH_OVERRIDE)" \ + 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)" \ TESTS="--testenv" |