aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-21 11:52:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:34 +0200
commit6cf30885f0d91da534871f2e6ddeca7a8a52b415 (patch)
tree75c2b28f1506e1025c9349b4a3f99e62ab6c41c0 /build2/test/script/runner.cxx
parent096b10b96162eca90958af42e24520e2bc728494 (diff)
Pass command index, location to test runner
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
index c547136..01c9f4f 100644
--- a/build2/test/script/runner.cxx
+++ b/build2/test/script/runner.cxx
@@ -244,7 +244,7 @@ namespace build2
}
void concurrent_runner::
- run (const command& c)
+ run (const command& c, size_t ci, const location& cl)
{
if (verb >= 3)
{