From 64cbe53f7361075f841572854f1065a6f7c6507c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Oct 2016 17:41:09 +0200 Subject: Add testscript runner scope enter/leave callbacks --- 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 7844119..a4fb31e 100644 --- a/build2/test/script/runner.cxx +++ b/build2/test/script/runner.cxx @@ -250,7 +250,7 @@ namespace build2 } void concurrent_runner:: - run (const scope&, const command& c, size_t ci, const location& cl) + run (scope&, const command& c, size_t ci, const location& cl) { if (verb >= 3) text << c; -- cgit v1.1