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:
parent
2e5a6eb219
commit
4636f9ee7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user