mirror of
https://github.com/containers/skopeo.git
synced 2025-09-08 18:19:37 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user