diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-02-25 21:22:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-25 21:22:58 +0100 |
commit | bde1d3f281b4d06b87320f3f001e67c79474a6a5 (patch) | |
tree | a433f4fa8f20b81cb3d0d12f685b8de886258aa8 /test/system/070-build.bats | |
parent | b220d6cd06360d6b868cd7fb7c32d2602aab69a5 (diff) | |
parent | bee21f1e42a36622c9694e7d3a03ad40d0ebd04b (diff) | |
download | podman-bde1d3f281b4d06b87320f3f001e67c79474a6a5.tar.gz podman-bde1d3f281b4d06b87320f3f001e67c79474a6a5.tar.bz2 podman-bde1d3f281b4d06b87320f3f001e67c79474a6a5.zip |
Merge pull request #9491 from edsantiago/testimage_multiarch
system test image: build it multiarch
Diffstat (limited to 'test/system/070-build.bats')
-rw-r--r-- | test/system/070-build.bats | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/system/070-build.bats b/test/system/070-build.bats index 89f3f5c64..1e7d366a1 100644 --- a/test/system/070-build.bats +++ b/test/system/070-build.bats @@ -305,8 +305,10 @@ Cmd[0] | /bin/mydefaultcmd Cmd[1] | $s_echo WorkingDir | $workdir Labels.$label_name | $label_value -Labels.\"io.buildah.version\" | $buildah_version " + # FIXME: 2021-02-24: Fixed in buildah #3036; reenable this once podman + # vendors in a newer buildah! + # Labels.\"io.buildah.version\" | $buildah_version parse_table "$tests" | while read field expect; do actual=$(jq -r ".[0].Config.$field" <<<"$output") |