Backed out changeset 20bbaead9017 (bug 1519884) for causing mozlint failure in /builds/worker/checkouts/gecko/testing/raptor/raptor/cmdline.py CLOSED TREE

This commit is contained in:
shindli 2019-04-17 19:44:49 +03:00
Родитель 438d9c71b3
Коммит 2554c77019
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -52,9 +52,7 @@ def create_parser(mach_interface=False):
add_arg = parser.add_argument
add_arg('-t', '--test', required=True, dest='test',
help="name of raptor test to run (can be a top-level suite name i.e."
"'--test raptor-speedometer','--test raptor-tp6-1', or for page-load "
"tests a suite sub-test i.e. '--test raptor-tp6-google-firefox')")
help="name of raptor test to run")
add_arg('--app', default='firefox', dest='app',
help="name of the application we are testing (default: firefox)",
choices=APPS.keys())