Bug 1480141 - Add task_regex for Marionette. r=ahal

--HG--
extra : rebase_source : 7a16868ef97624d36b6fed0e608acc97592f9603
extra : source : 936e7792e7557d02becaa2932be2c1f0dbb0df26
This commit is contained in:
Marco Castelluccio 2018-11-16 17:27:28 +01:00
Родитель 728c807b83
Коммит deae482814
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -69,6 +69,7 @@ TEST_SUITES = {
'aliases': ('mn',),
'mach_command': 'marionette-test',
'kwargs': {'tests': None},
'task_regex': ['marionette($|.*(-1|[^0-9])$)'],
},
'mochitest-a11y': {
'aliases': ('a11y', 'ally'),