History log of /openbmc/phosphor-user-manager/test/execute_cmd_test.cpp (Results 1 – 2 of 2)
Revision Date Author Comments
# 2746e0c0 25-Jun-2025 Patrick Williams <patrick@stwcx.xyz>

user-mgr: convert boost::process::child to fork/execv

Boost process v1 is deprecated and removed in the next version
of Boost. process v2 is async-only and cannot easily be replaced
with the curren

user-mgr: convert boost::process::child to fork/execv

Boost process v1 is deprecated and removed in the next version
of Boost. process v2 is async-only and cannot easily be replaced
with the current usages. Switch to use raw fork/execv calls instead,
which is what boost would have done internally.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia802cc5428b37dbe428bf1f8befcac168ff3262b

show more ...


# 16f0efa1 25-Jun-2025 Patrick Williams <patrick@stwcx.xyz>

user-mgr: add unit test for executeCmd

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0a7110c12504b547192e186db334e4b62eaaea4e