Bug 638219 - Fix test selection after prior landings for bug 638219; rs=Waldo

--HG--
extra : rebase_source : eb107700ec8c3e136323ef8173d3d3ec13418de0
This commit is contained in:
Terrence Cole 2013-03-01 17:08:35 -08:00
Родитель 31e6f3cadb
Коммит 5c94ef75e4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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