mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 735826 - Fix jit-tests for browser builds on mac. r=dmandelin
This commit is contained in:
parent
2f9f8383f8
commit
0ac4c57a81
@ -431,7 +431,6 @@ def main(argv):
|
||||
op.error('missing JS_SHELL argument')
|
||||
# We need to make sure we are using backslashes on Windows.
|
||||
JS, test_args = os.path.normpath(args[0]), args[1:]
|
||||
JS = os.path.realpath(JS) # Burst through the symlinks!
|
||||
|
||||
if stdio_might_be_broken():
|
||||
# Prefer erring on the side of caution and not using stdio if
|
||||
|
Loading…
Reference in New Issue
Block a user