diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-29 07:40:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:58 -0500 |
commit | 6eec6cd9d0ab3b8d2da4c6a4478e1b9ecd5a84a1 (patch) | |
tree | b14fbc852606003c9522294a0184e5035fe9d9a4 | |
parent | b9fa7bc48ec3b402722b64b3dbd97042cb2bfd09 (diff) | |
download | samba-6eec6cd9d0ab3b8d2da4c6a4478e1b9ecd5a84a1.tar.gz samba-6eec6cd9d0ab3b8d2da4c6a4478e1b9ecd5a84a1.tar.bz2 samba-6eec6cd9d0ab3b8d2da4c6a4478e1b9ecd5a84a1.zip |
r12559: use the selftest_prefix, we should use this for all make test output,
(e.g. the pidl tests and tdbtests, tridge, jelmer can you look at this)
to not polute the source/ directory with a lot of files
metze
(This used to be commit 4636f9ee7d066f5e24393f94644dbf74c42b9039)
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index 62855ee56b..2f07affffe 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -272,7 +272,7 @@ quicktest: all valgrindtest: all SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \ - VALGRIND="valgrind -q --num-callers=30 --log-file=st/valgrind.log" \ + VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/st/valgrind.log" \ ./script/tests/selftest.sh ${selftest_prefix}/st quick SOCKET_WRAPPER gdbtest: all |