summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-12 19:41:01 +0200
committerJelmer Vernooij <jelmer@samba.org>2007-10-12 19:41:01 +0200
commit98075c5542f63098be36d6c616af048714ba0dc7 (patch)
tree5579b90de78135d4f04773241d9f15d80d29661b /source3/Makefile.in
parent2e21f1e30e236eb65f57cc5d3b506d5f8d24b2e9 (diff)
parent20d1141ed82fff325a52672ebf9223885f552817 (diff)
downloadsamba-98075c5542f63098be36d6c616af048714ba0dc7.tar.gz
samba-98075c5542f63098be36d6c616af048714ba0dc7.tar.bz2
samba-98075c5542f63098be36d6c616af048714ba0dc7.zip
Merge branch 'v3-2-stable' into my_branch
(This used to be commit 754671b8be0bf73a9e1fe7ff420a1b7a1cd501b7)
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 50ad4d6f09..ea1b69b45c 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}"