aboutsummaryrefslogtreecommitdiff
path: root/build/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/test/rule.cxx')
-rw-r--r--build/test/rule.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/test/rule.cxx b/build/test/rule.cxx
index 25baaa7..ea268a9 100644
--- a/build/test/rule.cxx
+++ b/build/test/rule.cxx
@@ -416,9 +416,9 @@ namespace build
args.push_back (nullptr); // Second.
- if (verb)
+ if (verb >= 2)
print_process (args);
- else
+ else if (verb)
text << "test " << t;
{