[svn r63218] temporary fix for the issue that rsync does not synchronize executable bits yet.

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-23 02:23:17 +01:00
parent 83e65a310e
commit d50e4892a3
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ def checkprocess(script):
cmd = script.basename
else:
cmd = "%s" %(script, )
# XXX distributed testing's rsync does not support
# syncing executable bits
script.chmod(0777)
if script.basename.startswith("py.lookup") or \
script.basename.startswith("py.which"):