]> git.ipfire.org Git - thirdparty/systemd.git/commit
TEST-74-AUX-UTILS: check for failed units after capsule test
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Sat, 4 Apr 2026 09:24:45 +0000 (11:24 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 4 Apr 2026 17:18:30 +0000 (18:18 +0100)
commit71c15cdbeaf6e58fa57e6c3f769e906ec0727c3b
tree0b138b25cbe987bf1ad98b886747c2c38a0c2e3d
parentafb64f1f117028f26c027098c5ca292c07bd1285
TEST-74-AUX-UTILS: check for failed units after capsule test

TEST-74-AUX-UTILS has a number of subtests.
test/units/TEST-74-AUX-UTILS.capsule.sh runs first and starts and stops
capsule@foobar.service. Looking at the test, the unit is cleanly stopped.
But later test/units/TEST-74-AUX-UTILS.machine-id-setup.sh tests for
failed units. capsule@foobar.service is listed as failed, causing the
second subtest to fail.

Add the same test in test/units/TEST-74-AUX-UTILS.capsule.sh to see
if the failed test really originates from there.
test/units/TEST-74-AUX-UTILS.capsule.sh