From 9d63d9d0ad06ce4fe5fbe208ecc296003b2f6c5a Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 24 Feb 2018 15:01:55 +0800 Subject: testrunner - Add -v flag to increment debug spam --- tools/testrunner/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/testrunner/main.cpp b/tools/testrunner/main.cpp index f1905ffd..c0cda242 100644 --- a/tools/testrunner/main.cpp +++ b/tools/testrunner/main.cpp @@ -412,6 +412,9 @@ int Options::parse(int argc, const char* argv[]) } this->output_dir = argv[++i]; break; + case 'v': + this->debug_level += 1; + break; default: this->usage_short(); -- cgit v1.2.3