From 6cf30885f0d91da534871f2e6ddeca7a8a52b415 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Oct 2016 11:52:58 +0200 Subject: Pass command index, location to test runner --- build2/test/script/runner.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/test/script/runner.cxx') 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) { -- cgit v1.1