diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-17 11:09:53 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-17 14:52:52 +0200 |
commit | a80aeae081512dbe165e4d46a76bb0499b349ba7 (patch) | |
tree | 201c32466e55a7c253797dfc544491effbdc9f8e /src/buildtool/execution_engine/executor/TARGETS | |
parent | 168e19a707b9b086a583df031b23aa33f0ca16ac (diff) | |
download | justbuild-a80aeae081512dbe165e4d46a76bb0499b349ba7.tar.gz |
executor: properly separate stdout and stderr in log messages
... about processes producing both, stdout and stderr. By supporting
unique readability of the output, we facilitate the understanding
of the messages provided by actions.
Diffstat (limited to 'src/buildtool/execution_engine/executor/TARGETS')
-rw-r--r-- | src/buildtool/execution_engine/executor/TARGETS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/execution_engine/executor/TARGETS b/src/buildtool/execution_engine/executor/TARGETS index 6855f87b..7a7718dd 100644 --- a/src/buildtool/execution_engine/executor/TARGETS +++ b/src/buildtool/execution_engine/executor/TARGETS @@ -17,6 +17,7 @@ , ["src/buildtool/execution_api/remote", "bazel"] , ["src/buildtool/progress_reporting", "progress"] , ["src/utils/cpp", "hex_string"] + , ["src/utils/cpp", "prefix"] , ["@", "gsl", "", "gsl"] , ["src/buildtool/common", "common"] , ["src/buildtool/common/remote", "remote_common"] |