summaryrefslogtreecommitdiff
path: root/test/helpers.bash
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-11-28 21:50:58 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2017-11-29 12:15:16 +0000
commit3180e387955c7777ab15ed2dfe7e587b54e8c308 (patch)
treecda66b0657305e486bc66e012b980c649f37c73c /test/helpers.bash
parent63c09d1017e3c160f7cb2126b7994809753064cf (diff)
downloadpodman-3180e387955c7777ab15ed2dfe7e587b54e8c308.tar.gz
podman-3180e387955c7777ab15ed2dfe7e587b54e8c308.tar.bz2
podman-3180e387955c7777ab15ed2dfe7e587b54e8c308.zip
Move removal of containers into teardown helper
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #68 Approved by: rhatdan
Diffstat (limited to 'test/helpers.bash')
-rw-r--r--test/helpers.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/helpers.bash b/test/helpers.bash
index 3280e70fd..d9616ad45 100644
--- a/test/helpers.bash
+++ b/test/helpers.bash
@@ -161,6 +161,7 @@ function wait_until_reachable() {
}
function cleanup_test() {
+ run bash -c "${KPOD_BINARY} ${KPOD_OPTIONS} rm --force --all"
rm -rf "$TESTDIR"
}