diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-12 18:42:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2007-10-12 18:42:45 +0200 |
commit | 20d1141ed82fff325a52672ebf9223885f552817 (patch) | |
tree | c43077d09b9b4c771b590710e4bb1948445ebb5c | |
parent | e5a951325a6cac8567af3a66de6d2df577508ae4 (diff) | |
download | samba-20d1141ed82fff325a52672ebf9223885f552817.tar.gz |
Fix valgrind window title.
(This used to be commit 4ac867f5588e902358eba7bcb4dbfd431181943d)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 320c9bceef7..d22542784b0 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}" |