forked from platformio/platformio-core
Better handling of verbosity in debug mode
This commit is contained in:
@ -90,7 +90,7 @@ def predebug_project(
|
|||||||
TestSuite(env_name, debug_testname),
|
TestSuite(env_name, debug_testname),
|
||||||
project_config,
|
project_config,
|
||||||
TestRunnerOptions(
|
TestRunnerOptions(
|
||||||
verbose=verbose,
|
verbose=3 if verbose else 0,
|
||||||
without_building=False,
|
without_building=False,
|
||||||
without_debugging=False,
|
without_debugging=False,
|
||||||
without_uploading=not preload,
|
without_uploading=not preload,
|
||||||
|
Reference in New Issue
Block a user