Improve parameter passing to hack/test-system.sh

Allow passing SKOPEO_LDFLAGS and BUILDTAGS.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač
2025-07-09 23:33:33 +02:00
parent 319d18c0f9
commit 203a4cf741
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ EOF
fi
# Build skopeo, install into /usr/bin
make PREFIX=/usr install
make PREFIX=/usr install "$@"
# Run tests
SKOPEO_BINARY=/usr/bin/skopeo bats --tap systemtest