Author: Brian Kearns <[email protected]>
Branch:
Changeset: r60512:6dfc65223172
Date: 2013-01-26 19:46 -0500
http://bitbucket.org/pypy/pypy/changeset/6dfc65223172/
Log: fix test_package for changes made in split-rpython
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('..', basename)
+ pypy_c = py.path.local(pypydir).join('goal', 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