tools/qvm-run: make -q affect 'command failed with code' message

Fixes QubesOS/qubes-issues#4616
Tento commit je obsažen v:
Marek Marczykowski-Górecki 2018-12-16 05:51:41 +01:00
rodič 351502635f
revize a65ef425e1
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 063938BA42CFA724

Zobrazit soubor

@ -272,7 +272,7 @@ def main(args=None, app=None):
try:
for vm, proc in procs:
this_retcode = proc.wait()
if this_retcode and args.verbose > 0:
if this_retcode and verbose > 0:
print_no_color(
'{}: command failed with code: {}'.format(
vm.name, this_retcode),