svn commit: r1932579 - subversion/trunk/tools/dev/unix-build

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177456865550.3721240.9768864699980547976@svn03-he-fi>
Author: hartmannathan
Date: Thu Mar 26 23:44:15 2026
New Revision: 1932579

Log:
* tools/dev/unix-build/Makefile.svn
  ('do_check'): Explicitly pass the path of the python binary we build to svn's
   'make check'. Without this, svn's 'make check' picks up my system's python,
   despite the fact that we are setting up an env with the PATH to our python
   binary first.

Modified:
   subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn	Thu Mar 26 12:45:04 2026	(r1932578)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn	Thu Mar 26 23:44:15 2026	(r1932579)
@@ -2499,6 +2499,7 @@ define do_check
     env LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) $(LIB_PTHREAD_HACK) \
 	  PATH=$(PYTHON_BIN_PATH):$(PREFIX)/ruby/bin:$$PATH \
 	  MAKEFLAGS= make check PARALLEL=$(PARALLEL) CLEANUP=$(CLEANUP) \
+	  PYTHON=$(PYTHON_BIN_PATH) \
 	  EXCLUSIVE_WC_LOCKS=$(EXCLUSIVE_WC_LOCKS) \
 	  THREADED=$(THREADED) \
 	  SVN_BIN_DIR=$(SVN_PREFIX)/bin \
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.