svn commit: samba r12559 - in branches/SAMBA_4_0/source: .
metze at samba.org
metze at samba.org
Thu Dec 29 07:40:54 GMT 2005
Author: metze
Date: 2005-12-29 07:40:54 +0000 (Thu, 29 Dec 2005)
New Revision: 12559
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12559
Log:
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
Modified:
branches/SAMBA_4_0/source/main.mk
Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk 2005-12-29 01:43:11 UTC (rev 12558)
+++ branches/SAMBA_4_0/source/main.mk 2005-12-29 07:40:54 UTC (rev 12559)
@@ -272,7 +272,7 @@
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
More information about the samba-cvs
mailing list