From a80aeae081512dbe165e4d46a76bb0499b349ba7 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 17 Jun 2024 11:09:53 +0200 Subject: 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. --- src/buildtool/execution_engine/executor/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/execution_engine/executor/TARGETS') 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"] -- cgit v1.2.3