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:
Chris Manchester 2015-09-10 10:20:59 -07:00
Родитель 94be7ec146
Коммит 7df4fddfc7
1 изменённых файлов: 1 добавлений и 1 удалений

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

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