Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59732:4f78e016a782
Date: 2013-01-05 17:15 +0100
http://bitbucket.org/pypy/pypy/changeset/4f78e016a782/

Log:    Fixed path of pypy-c in test_package

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
@@ -15,7 +15,7 @@
         basename = 'pypy-c'
         rename_pypy_c = 'pypy'
         exe_name_in_archive = 'bin/pypy'
-    pypy_c = py.path.local(pypydir).join('translator', 'goal', basename)
+    pypy_c = py.path.local(pypydir).join('..', basename)
     if not pypy_c.check():
         os.system("echo faked_pypy_c> %s" % (pypy_c,))
         pypy_c.chmod(0755)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to