diff options
-rw-r--r-- | tools/testrunner/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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(); |