Skip to content

Commit

Permalink
DO NOT MERGE: Use bud tests from UNMERGED buildah
Browse files Browse the repository at this point in the history
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Nov 16, 2023
1 parent 49a2aa4 commit 4b516ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/buildah-bud/run-buildah-bud-tests
Expand Up @@ -6,7 +6,7 @@ ME=$(basename $0)
# BEGIN user-customizable section

# Buildah main repository; unlikely to change often
BUILDAH_REPO=github.com/containers/buildah
BUILDAH_REPO=github.com/mtrmac/buildah

# Tag name used to identify the base checkout
BASE_TAG=buildah-bud-in-podman
Expand Down Expand Up @@ -90,7 +90,7 @@ failhint=
trap 'if [[ $? != 0 ]]; then if [[ -n $failhint ]]; then echo;echo "***************************************";echo "$failhint";echo;echo "Please see $BUD_TEST_DIR_REL/README.md for advice";fi;fi' 0

# Find the version of buildah we've vendored in, so we can run the right tests
buildah_version=$(awk "\$1 == \"$BUILDAH_REPO\" { print \$2 }" <go.mod)
buildah_version=docker-compat-login

if [[ -z "$buildah_version" ]]; then
# This should not happen
Expand Down

0 comments on commit 4b516ca

Please sign in to comment.