commit | 177b25fa5d7d2b13590c6078e579b3e5e60298ee | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Mon Feb 29 13:53:22 2016 +0100 |
committer | Carlos Sanchez <carlos@apache.org> | Mon Feb 29 13:53:22 2016 +0100 |
tree | c73573cced77d071228717e5bca1ebdeccc30306 | |
parent | c24ef82a13baf4d4c68a9f613f2e5ed5642a4cd3 [diff] |
Re-add cleanup at the end of tests
diff --git a/tests/tests.bats b/tests/tests.bats index cab7123..edd2130 100644 --- a/tests/tests.bats +++ b/tests/tests.bats
@@ -50,3 +50,7 @@ assert 'Europe/Madrid' \ 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}'" } + +@test "clean test containers" { + cleanup $SUT_CONTAINER +}