mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: don't always print "verbose on for ..."
This shouldn't have been a dbg print, but rather a normal print which will only be printed when '-d' is used.
This commit is contained in:
parent
296f1d0d1c
commit
cc345582ad
@ -180,7 +180,7 @@ class Process:
|
|||||||
set_stdout = False
|
set_stdout = False
|
||||||
|
|
||||||
if ctx.is_verbose(args[0]):
|
if ctx.is_verbose(args[0]):
|
||||||
dbg("Verbose on for %s" % args[0])
|
print("Verbose on for %s" % args[0])
|
||||||
set_stdout = True
|
set_stdout = True
|
||||||
|
|
||||||
if os.path.basename(args[0]) == ctx.args.gdb:
|
if os.path.basename(args[0]) == ctx.args.gdb:
|
||||||
|
Loading…
Reference in New Issue
Block a user