Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r199:1d3fb65004f7
Date: 2013-03-23 10:46 -0700
http://bitbucket.org/pypy/benchmarks/changeset/1d3fb65004f7/
Log: add PYTHONPATH to translate
diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -148,7 +148,7 @@
pypy-c-jit in the nightly benchmarks, we are not interested in
``changed_python`` (aka pypy-c-nojit) right now.
"""
-
+ options['bm_env']['PYTHONPATH'] = relative('lib/pypy')
translate_py = relative('lib/pypy/rpython/bin/rpython')
target = relative('lib/pypy/pypy/goal/targetpypystandalone.py')
#targetnop =
relative('lib/pypy/pypy/translator/goal/targetnopstandalone.py')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit