]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Move fetching of encoding test files from the end of the
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Oct 2006 23:18:44 +0000 (23:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Oct 2006 23:18:44 +0000 (23:18 +0000)
Windows builbot's "build" step to the start of its "test"
step.

This is poke-and-hope.  The hope is that compilation failures
on Windows will become visible to the buildbot (bsddb has
apparently been failing to compile in 2.4 on Windows "for
some time" now, but the buildbots haven't noticed that).

Tools/buildbot/build.bat
Tools/buildbot/test.bat

index ef9b09298310eec838d92f6a58766a8cc4140a47..d834e0bde91c855278d1a013489e48715bc24c27 100644 (file)
@@ -2,6 +2,4 @@
 cmd /c Tools\buildbot\external.bat
 call "%VS71COMNTOOLS%vsvars32.bat"
 cd PCbuild
-devenv.com /useenv /build Debug pcbuild.sln
-@rem Fetch encoding test files.  Note that python_d needs to be built first.
-if not exist BIG5.TXT python_d.exe ..\Tools\buildbot\fetch_data_files.py
\ No newline at end of file
+devenv.com /useenv /build Debug pcbuild.sln
\ No newline at end of file
index c8b1937ca4e569cd91b54c69579851fb11a8ab58..aa4f53b42047a57deeb69601252a76508fc2a491 100644 (file)
@@ -1,3 +1,5 @@
 @rem Used by the buildbot "test" step.
 cd PCbuild
+@rem Fetch encoding test files.  Note that python_d needs to be built first.
+if not exist BIG5.TXT python_d.exe ..\Tools\buildbot\fetch_data_files.py
 call rt.bat -d -q -uall -rw