Author: Antonio Cuni <[email protected]>
Branch: 
Changeset: r44295:6cf7f3104cea
Date: 2011-05-19 10:49 +0200
http://bitbucket.org/pypy/pypy/changeset/6cf7f3104cea/

Log:    fix this test for the "fake_pypy_c" case

diff --git a/pypy/tool/release/test/test_package.py 
b/pypy/tool/release/test/test_package.py
--- a/pypy/tool/release/test/test_package.py
+++ b/pypy/tool/release/test/test_package.py
@@ -18,6 +18,7 @@
     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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to