Author: rhuijben
Date: Fri Jun 26 09:34:09 2020
New Revision: 1879221
URL: http://svn.apache.org/viewvc?rev=1879221&view=rev
Log:
* buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
Explicitly run swig python tests with python2 for now.
Modified:
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
Modified:
subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd?rev=1879221&r1=1879220&r2=1879221&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
(original)
+++ subversion/trunk/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
Fri Jun 26 09:34:09 2020
@@ -39,7 +39,7 @@ SET result=0
if "%SVN_BRANCH%" GTR "1.9." (
- python win-tests.py -r -f fsfs --swig=python "%TESTDIR%\tests"
+ python2 win-tests.py -r -f fsfs --swig=python "%TESTDIR%\tests"
IF ERRORLEVEL 1 (
echo [Python tests reported error !ERRORLEVEL!] 1>&2
@@ -60,7 +60,7 @@ if "%SVN_BRANCH%" GTR "1.9." (
SET PYTHONPATH=%TESTDIR%\swig\py-release
- python subversion\bindings\swig\python\tests\run_all.py
+ python2 subversion\bindings\swig\python\tests\run_all.py
IF ERRORLEVEL 1 (
echo [Python tests reported error !ERRORLEVEL!] 1>&2
REM SET result=1