[Zope-CVS] CVS: Packages/TestScripts - autotester.py:1.4
Chris Withers
chrisw@nipltd.com
Thu, 7 Mar 2002 15:31:48 -0500
Update of /cvs-repository/Packages/TestScripts
In directory cvs.zope.org:/tmp/cvs-serv23660
Modified Files:
autotester.py
Log Message:
tweakage
=== Packages/TestScripts/autotester.py 1.3 => 1.4 ===
from os.path import join
from sys import argv
-from os import system, makedirs, rmdir, chdir, getcwd, environ, getcwd, popen3
+from os import system, makedirs, rmdir, chdir, environ, getcwd, popen3
from shutil import rmtree
from mailer import send
from xml2dict import xml2dict
@@ -81,7 +81,7 @@
# change dir to the right place
chdir(join(sandbox,location))
# do the checkout
- system(config['cvs'][0]['command'][0]()+" export -r "+tag+" -d "+name+" "+module)
+ system(config['cvs'][0]['command'][0]()+" -z6 export -r "+tag+" -d "+name+" "+module)
# get the python command
p = config['python'][0][scenario['python'][0]()][0]()