aboutsummaryrefslogtreecommitdiff
path: root/pypy/tool
diff options
context:
space:
mode:
authorAntonio Cuni <anto.cuni@gmail.com>2011-05-19 10:49:44 +0200
committerAntonio Cuni <anto.cuni@gmail.com>2011-05-19 10:49:44 +0200
commit16dd8398d479dc80443533616a9630552d14279f (patch)
tree20dbffe5e3676648988ae912e3ea19105ea818f6 /pypy/tool
parentTest and fix. Showed up for me on recent pypy-c's in (diff)
downloadpypy-16dd8398d479dc80443533616a9630552d14279f.tar.gz
pypy-16dd8398d479dc80443533616a9630552d14279f.tar.bz2
pypy-16dd8398d479dc80443533616a9630552d14279f.zip
fix this test for the "fake_pypy_c" case
Diffstat (limited to 'pypy/tool')
-rw-r--r--pypy/tool/release/test/test_package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pypy/tool/release/test/test_package.py b/pypy/tool/release/test/test_package.py
index 51a0dddd6e..41c1c512fa 100644
--- a/pypy/tool/release/test/test_package.py
+++ b/pypy/tool/release/test/test_package.py
@@ -18,6 +18,7 @@ def test_dir_structure(test='test'):
pypy_c = py.path.local(pypydir).join('translator', 'goal', basename)
if not pypy_c.check():
os.system("echo faked_pypy_c> %s" % (pypy_c,))
+ pypy_c.chmod(0755)
fake_pypy_c = True
else:
fake_pypy_c = False