summaryrefslogtreecommitdiff
path: root/test/system/070-build.bats
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-07-16 04:26:18 -0400
committerGitHub <noreply@github.com>2021-07-16 04:26:18 -0400
commitf0cd16cb32676eaf5ee337b50e8628f2f49ccce9 (patch)
treec3576a58549f6505fc548d0c2e377743d69fd93d /test/system/070-build.bats
parent0894a9e466d28d23fc6bdc1ef124e1129082183c (diff)
parente4dcb1004fa6b6966977bc8f9b707040ae09a239 (diff)
downloadpodman-f0cd16cb32676eaf5ee337b50e8628f2f49ccce9.tar.gz
podman-f0cd16cb32676eaf5ee337b50e8628f2f49ccce9.tar.bz2
podman-f0cd16cb32676eaf5ee337b50e8628f2f49ccce9.zip
Merge pull request #10947 from edsantiago/multiarch_images
System tests: fix a multiarch problem
Diffstat (limited to 'test/system/070-build.bats')
-rw-r--r--test/system/070-build.bats3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats
index 06ff0c9e2..7b76c585f 100644
--- a/test/system/070-build.bats
+++ b/test/system/070-build.bats
@@ -922,6 +922,9 @@ function teardown() {
run_podman '?' rm -a -f
run_podman '?' rmi -f build_test
+ # Many of the tests above leave interim layers behind. Clean them up.
+ run_podman '?' image prune -f
+
basic_teardown
}