From e051f3bd62201511afb2b4830b1ca597857cea65 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 14 Aug 2010 01:48:09 +0200 Subject: s3:gdbtestenv: print the server's name in the icontitle instead of "server" --- source3/Makefile.in | 4 ++-- 1 file 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" -- cgit