mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
script/autobuild.py: also pass PYTHONPATH to make test of 'samba-ctdb'
Otherwise tests won't find the custom tdb python bindings Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
3ede69552c
commit
ea1ec424ad
@ -861,7 +861,7 @@ tasks = {
|
||||
("ctdb-check", "test -e ${PREFIX_DIR}/sbin/ctdbd"),
|
||||
|
||||
("test", make_test(
|
||||
cmd='make test',
|
||||
cmd='PYTHONPATH=${PYTHON_PREFIX}:$PYTHONPATH make test',
|
||||
INJECT_SELFTEST_PREFIX=0,
|
||||
include_envs=["clusteredmember"])
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user