Permalink
Please sign in to comment.
Browse files
Fix scripts OPy/byterun build/test scripts.
For now, it goes like this:
cd opy/
./build.sh oil-repo # build with OPy
./test.sh oil-unit # run with CPython
./test.sh oil-unit-byterun # run with byterun
There are still 3 test failures, prior to Yorba's fix.- Loading branch information...
Showing
with
10 additions
and 10 deletions.
- +3 −6 opy/build.sh
- +3 −3 opy/byterun/pyvm2.py
- +4 −1 opy/common.sh
0 comments on commit
ac26ef0