aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-01-20 13:46:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-02-03 14:35:45 +0200
commit934f2a9a90c5cad3cdc8a66b50c17827a3ddbcee (patch)
treef35f106e5369e98350327c79080c571195234c0b /build2/test/script/runner.cxx
parent280f4a5bf787587227ca193cd59c6bd74091db70 (diff)
Get rid of action rule override semantics
Instead we now have two more or less separate match states for outer and inner parts of an action.
Diffstat (limited to 'build2/test/script/runner.cxx')
-rw-r--r--build2/test/script/runner.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx
index cddd3a7..9588ac2 100644
--- a/build2/test/script/runner.cxx
+++ b/build2/test/script/runner.cxx
@@ -181,6 +181,8 @@ namespace build2
// For targets other than Windows leave the string intact.
//
+ // @@ Would be nice to use cached value from test::common_data.
+ //
if (cast<target_triplet> (scr.test_target["test.target"]).class_ !=
"windows")
return s;
@@ -294,6 +296,8 @@ namespace build2
// Ignore Windows newline fluff if that's what we are running on.
//
+ // @@ Would be nice to use cached value from test::common_data.
+ //
if (cast<target_triplet> (
sp.root->test_target["test.target"]).class_ == "windows")
args.push_back ("--strip-trailing-cr");