Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
f641adb9
Commit
f641adb9
authored
Feb 10, 2017
by
qinsoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge changes
parent
b047123f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
tests/test_jit/test_rpython.py
tests/test_jit/test_rpython.py
+1
-2
No files found.
tests/test_jit/test_rpython.py
View file @
f641adb9
...
...
@@ -1007,8 +1007,7 @@ def run_boot_image(entry, output, has_c_main_sig = False, args = []):
import
os
from
rpython.translator.mu
import
dir_mu
exe
.
chmod
(
stat
.
S_IRWXU
)
res
=
platform
.
execute
(
str
(
exe
),
args
,
env
=
{
'DYLD_LIBRARY_PATH'
:
os
.
path
.
join
(
dir_mu
,
'rpyc'
)})
res
=
platform
.
execute
(
str
(
exe
),
args
)
return
res
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment