summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-12 18:42:45 +0200
committerJelmer Vernooij <jelmer@samba.org>2007-10-12 18:42:45 +0200
commit20d1141ed82fff325a52672ebf9223885f552817 (patch)
treec43077d09b9b4c771b590710e4bb1948445ebb5c /source3/Makefile.in
parente5a951325a6cac8567af3a66de6d2df577508ae4 (diff)
downloadsamba-20d1141ed82fff325a52672ebf9223885f552817.tar.gz
samba-20d1141ed82fff325a52672ebf9223885f552817.tar.bz2
samba-20d1141ed82fff325a52672ebf9223885f552817.zip
Fix valgrind window title.
(This used to be commit 4ac867f5588e902358eba7bcb4dbfd431181943d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 320c9bceef..d22542784b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -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}"