[Python-checkins] cpython: #11781: update windows build script to account for move of email tests

r.david.murray python-checkins at python.org
Sat Jun 18 17:46:17 CEST 2011


http://hg.python.org/cpython/rev/a6c5da661428
changeset: 70859:a6c5da661428
user: R David Murray <rdmurray at bitdance.com>
date: Sat Jun 18 11:45:59 2011 -0400
summary:
 #11781: update windows build script to account for move of email tests
files:
 Tools/msi/msi.py | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1057,14 +1057,14 @@
 lib.add_file("turtle.cfg")
 if dir=="pydoc_data":
 lib.add_file("_pydoc.css")
- if dir=="data" and parent.physical=="test" and parent.basedir.physical=="email":
+ if dir=="data" and parent.physical=="test_email":
 # This should contain all non-.svn files listed in subversion
 for f in os.listdir(lib.absolute):
 if f.endswith(".txt") or f==".svn":continue
 if f.endswith(".au") or f.endswith(".gif"):
 lib.add_file(f)
 else:
- print("WARNING: New file %s in email/test/data" % f)
+ print("WARNING: New file %s in test/test_email/data" % f)
 for f in os.listdir(lib.absolute):
 if os.path.isdir(os.path.join(lib.absolute, f)):
 pydirs.append((lib, f))
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /