aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-14 11:07:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-14 11:07:58 +0200
commit036b8f01c341d2a594a84bccb353dbf8ddf50ab3 (patch)
treee8aab0cfaeafb67331b62e9fc088b8913acba139 /build2/test/script/runner.cxx
parent24ec38c7e028723f84ab15ca0ecef6e56a899aea (diff)
Rename concurrent_runner to default_runner
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
index 3c646c7..67d82c0 100644
--- a/build2/test/script/runner.cxx
+++ b/build2/test/script/runner.cxx
@@ -178,7 +178,7 @@ namespace build2
}
}
- void concurrent_runner::
+ void default_runner::
enter (scope& sp, const location&)
{
if (!exists (sp.wd_path))
@@ -203,7 +203,7 @@ namespace build2
sp.clean ({cleanup_type::always, sp.wd_path}, true);
}
- void concurrent_runner::
+ void default_runner::
leave (scope& sp, const location& ll)
{
// Remove files and directories in the order opposite to the order of
@@ -289,7 +289,7 @@ namespace build2
: sp.wd_path.directory ());
}
- void concurrent_runner::
+ void default_runner::
run (scope& sp, const command_expr& expr, size_t li, const location& ll)
{
const command& c (expr.back ().pipe.back ()); // @@ TMP
@@ -730,7 +730,7 @@ namespace build2
check_output (p, esp, isp, c.err, ll, sp, "stderr");
}
- bool concurrent_runner::
+ bool default_runner::
run_if (scope&, const command_expr& expr, size_t, const location&)
{
const command& c (expr.back ().pipe.back ()); // @@ TMP