diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-09 14:31:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 14:31:35 +0000 |
commit | b53eccfc2adea661e4e4b48b59d4e3f8d3d4883a (patch) | |
tree | 398665bba89ad47848036cf8648ee48584f60c33 /test | |
parent | 9ee855a375c75b53cf51fe21f2c1c585c68fb7e4 (diff) | |
parent | 916d51bd0d17c1f7b2ae0056078bee2530009244 (diff) | |
download | podman-b53eccfc2adea661e4e4b48b59d4e3f8d3d4883a.tar.gz podman-b53eccfc2adea661e4e4b48b59d4e3f8d3d4883a.tar.bz2 podman-b53eccfc2adea661e4e4b48b59d4e3f8d3d4883a.zip |
Merge pull request #15234 from flouthoc/v4.2-buildah-1.27
[release-4.2] vendor: bump buildah to `v1.27.0`
Diffstat (limited to 'test')
-rwxr-xr-x | test/buildah-bud/apply-podman-deltas | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 6578afc93..8ce58b06d 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -152,6 +152,10 @@ errmsg "checking authfile: stat /tmp/nonexistent: no such file or directory" \ "Error: checking authfile: stat /tmp/nonexistent: no such file or directory" \ "bud with Containerfile should fail with nonexistent authfile" +errmsg "cannot find Containerfile or Dockerfile" \ + "no such file or directory" \ + "bud-github-context-from-commit" + ############################################################################### # BEGIN tests that don't make sense under podman due to fundamental differences @@ -216,7 +220,10 @@ skip_if_remote "--output option not implemented in podman-remote" \ "build with custom build output and output rootfs to tar" \ "build with custom build output and output rootfs to tar by pipe" \ "build with custom build output must fail for bad input" \ - "build with custom build output and output rootfs to tar with no additional step" + "build with custom build output and output rootfs to tar with no additional step" \ + "build with custom build output for single-stage-cached and output rootfs to directory" \ + "build with custom build output for multi-stage-cached and output rootfs to directory" \ + "build with custom build output for multi-stage and output rootfs to directory" # https://github.com/containers/podman/issues/14544 skip_if_remote "logfile not implemented on remote" "bud-logfile-with-split-logfile-by-platform" |