From 6eec6cd9d0ab3b8d2da4c6a4478e1b9ecd5a84a1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 29 Dec 2005 07:40:54 +0000 Subject: 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) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 -- cgit