From 1faed016b39c5f28c83a7aba15fb643c756f2c9e Mon Sep 17 00:00:00 2001 From: Chris Manchester Date: Thu, 10 Sep 2015 10:20:59 -0700 Subject: [PATCH] Bug 1202213 - Always print the calculated syntax from mach try when --no-push is present. r=ahal --- testing/mach_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mach_commands.py b/testing/mach_commands.py index 2136394d5b6..9134d9d2062 100644 --- a/testing/mach_commands.py +++ b/testing/mach_commands.py @@ -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: