зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1202213 - Always print the calculated syntax from mach try when --no-push is present. r=ahal
--HG-- extra : commitid : HcrsJmdoGZX
This commit is contained in:
Родитель
94be7ec146
Коммит
7df4fddfc7
|
@ -498,7 +498,7 @@ class PushToTry(MachCommandBase):
|
|||
print('Tests from the following manifests will be selected: ')
|
||||
pprint.pprint(manifests_by_flavor)
|
||||
|
||||
if verbose:
|
||||
if verbose or not push:
|
||||
print('The following try syntax was calculated:\n\n\t%s\n' % msg)
|
||||
|
||||
if push:
|
||||
|
|
Загрузка…
Ссылка в новой задаче