[Jython-checkins] jython: Remove obsolete reference to jython.bat (now jython.exe) in build.xml

jim.baker jython-checkins at python.org
Sat Mar 21 06:51:42 CET 2015


https://hg.python.org/jython/rev/7f85568b378f
changeset:   7627:7f85568b378f
user:        Jim Baker <jim.baker at rackspace.com>
date:        Fri Mar 20 23:51:36 2015 -0600
summary:
  Remove obsolete reference to jython.bat (now jython.exe) in build.xml

This fixes the regrtest for Windows. Should have been changed as part
of the fix for http://bugs.jython.org/issue1491

files:
  build.xml |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -1034,7 +1034,7 @@
       </exec>
     </target>
     <target name="regrtest-windows" if="os.family.windows">
-      <exec executable="${dist.dir}/bin/jython.bat">
+      <exec executable="${dist.dir}/bin/jython.exe">
         <arg value="${dist.dir}/Lib/test/regrtest.py"/>
         <!-- Only run the tests that are expected to work on Jython -->
         <arg value="--expected"/>

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list