diff options
-rw-r--r-- | build2/cli/module.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
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 |