From 5c5a60a02ba1ddcb6782a938f3c892cda979d8fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jul 2016 10:55:38 +0200 Subject: Fix cli test verbosity --- build2/cli/module.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2/cli') diff --git a/build2/cli/module.cxx b/build2/cli/module.cxx index d6f99ba..e604bcf 100644 --- a/build2/cli/module.cxx +++ b/build2/cli/module.cxx @@ -99,10 +99,8 @@ namespace build2 { const char* args[] = {cli.string ().c_str (), "--version", nullptr}; - if (verb >= 2) + if (verb >= 3) print_process (args); - else if (verb) - text << "test " << cli; string ver; try -- cgit v1.1