Skip to content

Commit

Permalink
Adjust for upstream Quadlet update
Browse files Browse the repository at this point in the history
containers/podman#24334

Quadlet build units no longer use RemainAfterExit=yes by default.
  • Loading branch information
KuxaBeast committed Nov 28, 2024
1 parent 94bad65 commit 56ef14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/podman_quadlet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sub run {
systemctl("start $unit_name-build.service", timeout => 180);
record_info('Build output', script_output("journalctl --no-pager -u $unit_name-build"));

systemctl("is-active $unit_name-build.service");
systemctl("is-active $unit_name-build.service", expect_false => 1);
validate_script_output('podman images -n', qr/$build_imagetag/);

# start the container
Expand Down

0 comments on commit 56ef14b

Please sign in to comment.