From 599de2034b07cf40b5bd47b7a9cbfaea03af1b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 10 Nov 2023 00:27:39 +0100 Subject: [PATCH] DO NOT MERGE: Use bud tests from UNMERGED buildah MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- test/buildah-bud/run-buildah-bud-tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/buildah-bud/run-buildah-bud-tests b/test/buildah-bud/run-buildah-bud-tests index 35dd3ae88f0d..9f796f068579 100755 --- a/test/buildah-bud/run-buildah-bud-tests +++ b/test/buildah-bud/run-buildah-bud-tests @@ -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 @@ -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 }"