From ea22643b2217921df74ea14df47d7c83987d5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Dec 2016 17:29:27 +0200 Subject: Initial parallel scheduler implementation, use to run testscrips --- build2/test/script/runner.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'build2/test/script/runner.cxx') diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx index ee059f4..3c646c7 100644 --- a/build2/test/script/runner.cxx +++ b/build2/test/script/runner.cxx @@ -188,8 +188,9 @@ namespace build2 // mkdir (sp.wd_path, 2); else - // The working directory is cleaned up by the test rule prior the - // script execution. + // Scope working directory shall be empty (the script working + // directory is cleaned up by the test rule prior the script + // execution). // assert (empty (sp.wd_path)); -- cgit v1.1