From 20d1141ed82fff325a52672ebf9223885f552817 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Oct 2007 18:42:45 +0200 Subject: Fix valgrind window title. (This used to be commit 4ac867f5588e902358eba7bcb4dbfd431181943d) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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}" -- cgit