tools/qvm-run: make -q affect 'command failed with code' message
Fixes QubesOS/qubes-issues#4616
This commit is contained in:
parent
351502635f
commit
a65ef425e1
@ -272,7 +272,7 @@ def main(args=None, app=None):
|
|||||||
try:
|
try:
|
||||||
for vm, proc in procs:
|
for vm, proc in procs:
|
||||||
this_retcode = proc.wait()
|
this_retcode = proc.wait()
|
||||||
if this_retcode and args.verbose > 0:
|
if this_retcode and verbose > 0:
|
||||||
print_no_color(
|
print_no_color(
|
||||||
'{}: command failed with code: {}'.format(
|
'{}: command failed with code: {}'.format(
|
||||||
vm.name, this_retcode),
|
vm.name, this_retcode),
|
||||||
|
Loading…
Reference in New Issue
Block a user