diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-20 12:05:12 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 16:28:59 +0100 |
commit | 3c2d0d460485bde1e2ccf2d45e6f438adff4ce47 (patch) | |
tree | d9ce1dfc1a42ad19d13de30c93223bf25cf6e2c1 /src/other_tools/just_mr/launch.hpp | |
parent | f26497d1ed48042c210603c921ba065988e5ad04 (diff) | |
download | justbuild-3c2d0d460485bde1e2ccf2d45e6f438adff4ce47.tar.gz |
just-mr: honor invocation-log parameters when launching
Diffstat (limited to 'src/other_tools/just_mr/launch.hpp')
-rw-r--r-- | src/other_tools/just_mr/launch.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/other_tools/just_mr/launch.hpp b/src/other_tools/just_mr/launch.hpp index 14eb0aea..6bade92e 100644 --- a/src/other_tools/just_mr/launch.hpp +++ b/src/other_tools/just_mr/launch.hpp @@ -27,6 +27,7 @@ /// \brief Runs execvp for configured command. Only returns if execvp fails. [[nodiscard]] auto CallJust( std::optional<std::filesystem::path> const& config_file, + InvocationLogArguments const& invocation_log, MultiRepoCommonArguments const& common_args, MultiRepoSetupArguments const& setup_args, MultiRepoJustSubCmdsArguments const& just_cmd_args, |