Bug 1202213 - Always print the calculated syntax from mach try when --no-push is present. r=ahal

This commit is contained in:
Chris Manchester 2015-09-10 10:20:59 -07:00
parent c830d579e9
commit 1faed016b3

View File

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