aboutsummaryrefslogtreecommitdiff
path: root/build2/test/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/test/rule.cxx')
-rw-r--r--build2/test/rule.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/build2/test/rule.cxx b/build2/test/rule.cxx
index 5851e2f..ccbf932 100644
--- a/build2/test/rule.cxx
+++ b/build2/test/rule.cxx
@@ -419,7 +419,10 @@ namespace build2
auto run = [&t, &wd] (testscript& ts)
{
if (verb)
- text << "test " << t << " with " << ts;
+ {
+ const auto& tt (cast<target_triplet> (t["test.target"]));
+ text << "test " << t << " with " << ts << " on " << tt;
+ }
script::parser p;
script::script s (t, ts, wd);