Skip to content

Commit

Permalink
test/buildah-bud: build new inet helper
Browse files Browse the repository at this point in the history
Added in containers/buildah#5783

Signed-off-by: Paul Holzinger <[email protected]>
(cherry picked from commit 22152a2)
Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Nov 7, 2024
1 parent d852c58 commit 0710e83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/buildah-bud/run-buildah-bud-tests
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,13 @@ if [[ -n $do_checkout ]]; then
# the set of patches
(set -x;git tag $BASE_TAG)

# Build buildah and the copy helper
# Build buildah and the copy and inet helpers
failhint="error building buildah. This should never happen."
(set -x;make bin/buildah)
failhint="error building buildah's copy helper. This should never happen."
(set -x;make bin/copy)
failhint="error building buildah's inet helper. This should never happen."
(set -x;make bin/inet)

# The upcoming patch may fail. Before we try it, create a helper script
# for a developer to push a new set of diffs to podman-land.
Expand Down Expand Up @@ -259,5 +261,6 @@ review the test failure and double-check your changes.
REMOTE=$REMOTE \
BUILDAH_BINARY=$(pwd)/bin/buildah \
COPY_BINARY=$(pwd)/bin/copy \
INET_BINARY=$(pwd)/bin/inet \
bats "${bats_filter[@]}" tests/bud.bats)
fi

0 comments on commit 0710e83

Please sign in to comment.