Fix valgrind window title.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 12 Oct 2007 16:42:45 +0000 (18:42 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 12 Oct 2007 16:42:45 +0000 (18:42 +0200)
source/Makefile.in

index 320c9bceef7b5607ee7ec32be1d02fbd191e3d8d..d22542784b03f134a345bb7f410f463dde395893 100644 (file)
@@ -2028,7 +2028,7 @@ test: all torture timelimit
 
 valgrindtest: all torture timelimit
        @echo Running Test suite with valgrind
-       @NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
+       @NMBD_VALGRIND="xterm -n nmbd -e valgrind -q --db-attach=yes --num-callers=30" \
         SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
         VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/st/valgrind.log" \
         $(srcdir)/script/tests/selftest.sh ${selftest_prefix}/st all "${smbtorture4_path}"