summaryrefslogtreecommitdiff
path: root/source3/samba4.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-04 11:20:39 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-10 11:47:00 +0100
commitb5e2e725117241fe9b5f346768b6a21adb5d6ec8 (patch)
tree4c395b5b0e8ac682ca94627285b16e59ffe2faf0 /source3/samba4.mk
parent4248a8bf99671c33169262c88af92e9577fdfd50 (diff)
downloadsamba-b5e2e725117241fe9b5f346768b6a21adb5d6ec8.tar.gz
samba-b5e2e725117241fe9b5f346768b6a21adb5d6ec8.tar.bz2
samba-b5e2e725117241fe9b5f346768b6a21adb5d6ec8.zip
merged-build: pass PYTHON and PERL down to make test4
metze
Diffstat (limited to 'source3/samba4.mk')
-rw-r--r--source3/samba4.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/samba4.mk b/source3/samba4.mk
index b7df7a58da..10e3f76bbf 100644
--- a/source3/samba4.mk
+++ b/source3/samba4.mk
@@ -173,7 +173,8 @@ setup:
S4_LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)="$(builddir)/bin/shared"
-SELFTEST4 = $(S4_LD_LIBPATH_OVERRIDE) EXEEXT="4" $(PERL) $(selftestdir)/selftest.pl --prefix=st4 \
+SELFTEST4 = $(S4_LD_LIBPATH_OVERRIDE) EXEEXT="4" PYTHON="$(PYTHON)" PERL="$(PERL)" \
+ $(PERL) $(selftestdir)/selftest.pl --prefix=st4 \
--builddir=$(builddir) --srcdir=$(samba4srcdir) \
--exeext=4 \
--expected-failures=$(samba4srcdir)/selftest/knownfail \