From 3c2d0d460485bde1e2ccf2d45e6f438adff4ce47 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 20 Feb 2025 12:05:12 +0100 Subject: just-mr: honor invocation-log parameters when launching --- src/other_tools/just_mr/launch.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/other_tools/just_mr/launch.hpp') 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 const& config_file, + InvocationLogArguments const& invocation_log, MultiRepoCommonArguments const& common_args, MultiRepoSetupArguments const& setup_args, MultiRepoJustSubCmdsArguments const& just_cmd_args, -- cgit v1.2.3