summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/launch.hpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-20 12:05:12 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-03-10 16:28:59 +0100
commit3c2d0d460485bde1e2ccf2d45e6f438adff4ce47 (patch)
treed9ce1dfc1a42ad19d13de30c93223bf25cf6e2c1 /src/other_tools/just_mr/launch.hpp
parentf26497d1ed48042c210603c921ba065988e5ad04 (diff)
downloadjustbuild-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.hpp1
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,