Skip to content

Commit

Permalink
containers: Fix for 250-systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Aug 12, 2024
1 parent 77efbc7 commit 9ad7a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/containers/podman_integration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ sub run {
script_retry("curl -sL https://github.com/containers/podman/archive/refs/tags/v$podman_version.tar.gz | tar -zxf -", retry => 5, delay => 60, timeout => 300);
assert_script_run("cd $test_dir/podman-$podman_version/");
assert_script_run "sed -i 's/bats_opts=()/bats_opts=(--tap)/' hack/bats";
assert_script_run "rm -f contrib/systemd/system/[email protected]";

# Compile helpers used by the tests
script_run "make podman-testing", timeout => 600;
Expand Down

0 comments on commit 9ad7a9d

Please sign in to comment.