mirror of
https://github.com/containers/skopeo.git
synced 2025-09-17 23:39:13 +00:00
Add a default policy file, install it in (make install) and integration tests
(skopeo copy) will soon ALWAYS require a present policy file. So, install one by (make install), and ensure that integration tests do so as well. Also simplifies the usage of install(1) a bit.
This commit is contained in:
@@ -9,7 +9,7 @@ bundle_test_integration() {
|
||||
# subshell so that we can export PATH without breaking other things
|
||||
(
|
||||
make binary-local
|
||||
make install-binary
|
||||
make install
|
||||
export GO15VENDOREXPERIMENT=1
|
||||
bundle_test_integration
|
||||
) 2>&1
|
||||
|
Reference in New Issue
Block a user