mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
Bug 638219 - Fix test selection after prior landings for bug 638219; rs=Waldo
--HG-- extra : rebase_source : eb107700ec8c3e136323ef8173d3d3ec13418de0
This commit is contained in:
parent
31e6f3cadb
commit
5c94ef75e4
@ -79,7 +79,7 @@ def main(argv):
|
||||
if len(args) < 1:
|
||||
op.error('missing JS_SHELL argument')
|
||||
# We need to make sure we are using backslashes on Windows.
|
||||
test_args = args[:1]
|
||||
test_args = args[1:]
|
||||
|
||||
if jittests.stdio_might_be_broken():
|
||||
# Prefer erring on the side of caution and not using stdio if
|
||||
|
Loading…
Reference in New Issue
Block a user