mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
selftest: pass down the path to python for provisioning samba4
metze
This commit is contained in:
parent
c96534cd6e
commit
40b67c3426
@ -717,6 +717,9 @@ nogroup:x:65534:nobody
|
||||
if (defined($ENV{VALGRIND_PROVISION})) {
|
||||
push (@provision_options, "valgrind");
|
||||
}
|
||||
if (defined($ENV{PYTHON})) {
|
||||
push (@provision_options, $ENV{PYTHON});
|
||||
}
|
||||
push (@provision_options, "$self->{setupdir}/provision");
|
||||
push (@provision_options, split(' ', $configuration));
|
||||
push (@provision_options, "--host-name=$netbiosname");
|
||||
|
@ -1,6 +1,7 @@
|
||||
TEST_FORMAT = plain
|
||||
|
||||
SELFTEST = $(LD_LIBPATH_OVERRIDE) $(PERL) $(selftestdir)/selftest.pl --prefix=${selftest_prefix} \
|
||||
SELFTEST = $(LD_LIBPATH_OVERRIDE) PYTHON=$(PYTHON) \
|
||||
$(PERL) $(selftestdir)/selftest.pl --prefix=${selftest_prefix} \
|
||||
--builddir=$(builddir) --srcdir=$(srcdir) \
|
||||
--expected-failures=$(srcdir)/selftest/knownfail \
|
||||
--format=$(TEST_FORMAT) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user