diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-27 11:00:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-27 11:00:47 +0200 |
commit | 72e9ec3d7028765836851b515d80816f2da74060 (patch) | |
tree | c3aea51139b9e0a071455b83a5ab067542a7e839 /libbuild2/script/run.cxx | |
parent | 1c08fae61a1e9a01d56735768ad7f8f3d0b45f41 (diff) |
Initial work on child process diagnostics buffering
Currently this is implemented for C/C++ compile and link rules.
Diffstat (limited to 'libbuild2/script/run.cxx')
-rw-r--r-- | libbuild2/script/run.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/script/run.cxx b/libbuild2/script/run.cxx index ca04443..1971bd1 100644 --- a/libbuild2/script/run.cxx +++ b/libbuild2/script/run.cxx @@ -1329,7 +1329,7 @@ namespace build2 } catch (const io_error& e) { - fail (ll) << "unable to read from " << cmd_path (c) << " output: " + fail (ll) << "unable to read from " << cmd_path (c) << " stdout: " << e; } } |