* buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
  Explicitly run swig python tests with python2 for now.


git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1879221 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd b/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
index 67b9b8e..1aeeb32 100644
--- a/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
+++ b/tools/buildbot/slaves/win32-SharpSvn/svntest-bindings.cmd
@@ -39,7 +39,7 @@
 
 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 @@
 
     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