Skip to content

Commit

Permalink
tests/int/cgroups: make sure to rm containers
Browse files Browse the repository at this point in the history
Container test_cgroups_group was missing from the teardown.

Fixes: c91fe9a.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Sep 24, 2020
1 parent b006f4a commit 6e2159b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/cgroups.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function teardown() {
rm -f "$BATS_TMPDIR"/runc-cgroups-integration-test.json
teardown_running_container test_cgroups_kmem
teardown_running_container test_cgroups_permissions
teardown_running_container test_cgroups_group
teardown_busybox
}

Expand Down

0 comments on commit 6e2159b

Please sign in to comment.