1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-10 17:05:26 +00:00
skopeo/integration
Miloslav Trmač 0cb6cc6222 Fix integration tests on CentOS
This fixes --version integration test on CentOS, as noticed by
https://github.com/projectatomic/skopeo/pull/91 .  The underlying cause
is:
- Makefile builds with -ldflags "-X var=value", while go 1.4.2 only
  supports "-X var value".  This causes CentOS builds to be built
  without the specific commit information
- The --version integration test assumes that commit information will
  always follow the version number.

Changing either one of these would fix the build, changing the
integration test has the advantage that we don't have to use the
obsolete -X syntax and suffer warnings on newer Go versions.
2016-07-01 23:31:07 +02:00
..
fixtures Remove signature/fixtures subpackage 2016-05-21 21:21:58 +02:00
check_test.go Fix integration tests on CentOS 2016-07-01 23:31:07 +02:00
copy_test.go add possibility to download to OCI image-layout 2016-07-01 22:14:14 +02:00
fixtures_info_test.go Remove signature/fixtures subpackage 2016-05-21 21:21:58 +02:00
openshift.go Add integration tests for (skopeo copy) against the Atomic Registry 2016-06-22 16:19:59 +02:00
registry.go reg v1 setup wip 2016-03-04 13:02:52 +01:00
signing_test.go Add more helpers for running skopeo, use them in existing tests 2016-06-22 16:19:59 +02:00
utils.go Add integration tests for (skopeo copy) against the Atomic Registry 2016-06-22 16:19:59 +02:00