Skip to content

Commit 177b25f

Browse files
committed
Re-add cleanup at the end of tests
1 parent c24ef82 commit 177b25f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/tests.bats

+4
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ load test_helpers
5050
assert 'Europe/Madrid' \
5151
bash -c "curl -fsSL $(get_jenkins_url)/systemInfo | sed 's/<\/tr>/<\/tr>\'$'\n/g' | grep '<td class=\"pane\">user.timezone</td>' | sed -e '${sed_expr}'"
5252
}
53+
54+
@test "clean test containers" {
55+
cleanup $SUT_CONTAINER
56+
}

0 commit comments

Comments
 (0)