1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 commit is contained in:
Stefan Metzmacher 2005-12-29 07:40:54 +00:00 committed by Gerald (Jerry) Carter
parent 2e5a6eb219
commit 4636f9ee7d

View 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