summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 20:38:27 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 20:39:44 +0100
commit40b67c3426042ea46d2497e459807ef9551e62f1 (patch)
tree77079e383b7106cbc5d3505b8bfd9432a342d97a /source4/selftest
parentc96534cd6e3eb3bef88ee538838519437870a085 (diff)
downloadsamba-40b67c3426042ea46d2497e459807ef9551e62f1.tar.gz
samba-40b67c3426042ea46d2497e459807ef9551e62f1.tar.bz2
samba-40b67c3426042ea46d2497e459807ef9551e62f1.zip
selftest: pass down the path to python for provisioning samba4
metze
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/config.mk b/source4/selftest/config.mk
index c5f7c5adb4..324532c22a 100644
--- a/source4/selftest/config.mk
+++ b/source4/selftest/config.mk
@@ -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) \