r12559: use the selftest_prefix, we should use this for all make test output,
authorStefan Metzmacher <metze@samba.org>
Thu, 29 Dec 2005 07:40:54 +0000 (07:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:58 +0000 (13:47 -0500)
(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

source/main.mk

index 62855ee56b53e652b0a5ec35f57baf1ede3fbcba..2f07affffea3a5e2973c18d6e210192cd3ffe92b 100644 (file)
@@ -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