mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix trace-test.py to work on symlinks. (r=self).
This commit is contained in:
parent
4eff9db05f
commit
de4f1f12a2
@ -279,6 +279,7 @@ if __name__ == '__main__':
|
||||
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 OPTIONS.retest:
|
||||
OPTIONS.read_tests = OPTIONS.retest
|
||||
|
Loading…
Reference in New Issue
Block a user