1
0
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:
Stefan Metzmacher 2024-01-15 13:06:57 +01:00
parent 3ede69552c
commit ea1ec424ad

View File

@ -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"])
),