]> granicus.if.org Git - python/commitdiff
sqlite on Windows:
authorTim Peters <tim.peters@gmail.com>
Tue, 4 Apr 2006 15:21:02 +0000 (15:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 4 Apr 2006 15:21:02 +0000 (15:21 +0000)
- The buildbot "fetch it" step failed at the end, due to
  using Unix syntax in the final "copy the DLL" step.
  test_sqlite was skipped as a result.

- test_sqlite is no longer an expected skip on Windows.

Lib/test/regrtest.py
Tools/buildbot/external.bat

index be60023c1a941ed244b22939215d5f7c2b67fdb1..ab817f3544b470f248c28d141c15e3cd315a5c42 100755 (executable)
@@ -741,7 +741,6 @@ _expectations = {
         test_pwd
         test_resource
         test_signal
-        test_sqlite
         test_sunaudiodev
         test_threadsignals
         test_timing
index 918d759da31c5aa99cc1aa64c135a42631a4b6d2..a1758e3e52abbf7301e22fa872b8c5a2461ff9f6 100644 (file)
@@ -32,4 +32,4 @@ if not exist tcl8.4.12 (
 \r
 @rem sqlite\r
 if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4\r
-if not exist build/Python/PCbuild/sqlite3.dll copy sqlite-source-3.3.4/sqlite3.dll build/Python/PCbuild\r
+if not exist build\Python\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\Python\PCbuild\r