diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-03 19:56:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-03 23:57:33 +0300 |
commit | 2c1aff8bf09a50189c3d0b2ff86ab057ca009749 (patch) | |
tree | df20195c6833c4bb9eec8521c0f055393e65543f /build2/test/script/script.ixx | |
parent | 044e2e1c1460fb060f677a366144b98905522754 (diff) |
Fix runner output in verbose (-v, -V) modes
Diffstat (limited to 'build2/test/script/script.ixx')
-rw-r--r-- | build2/test/script/script.ixx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/test/script/script.ixx b/build2/test/script/script.ixx index 1b477d7..7c075fb 100644 --- a/build2/test/script/script.ixx +++ b/build2/test/script/script.ixx @@ -47,7 +47,7 @@ namespace build2 return o; } - // command_pipe + // command_expr // inline ostream& operator<< (ostream& o, const command_expr& e) |