Bug 1357753: Fix try branch name. r=jlund

"Try" with capital T is causing bustage with Taskcluster test jobs.

MozReview-Commit-ID: BNNW4nFf0Ro
This commit is contained in:
Wander Lairson Costa 2017-10-29 13:57:41 -07:00
Родитель 69af3238b6
Коммит d5be25f9c1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -457,7 +457,7 @@ def setup_talos(config, tests):
# name is only required for try
if config.params['project'] == 'try':
extra_options.append('--branch-name')
extra_options.append('Try')
extra_options.append('try')
yield test