commit
eb9ce4fd64
@ -477,7 +477,7 @@ func TestTransferImport(t *testing.T) {
|
|||||||
// [0]: Index name or ""
|
// [0]: Index name or ""
|
||||||
// [1:]: Additional images and manifest to import
|
// [1:]: Additional images and manifest to import
|
||||||
// Images ending with @ will have digest appended and use the digest of the previously imported image
|
// Images ending with @ will have digest appended and use the digest of the previously imported image
|
||||||
// A space can be used to seperate a repo name and tag, only the tag will be set in the imported image
|
// A space can be used to separate a repo name and tag, only the tag will be set in the imported image
|
||||||
Images []string
|
Images []string
|
||||||
Opts []image.StoreOpt
|
Opts []image.StoreOpt
|
||||||
}{
|
}{
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Running Go 1.18's fuzzing for 30 seconds each. While this would be too
|
# Running Go 1.18's fuzzing for 30 seconds each. While this would be too
|
||||||
# short to acutally find issues, we want to make sure that these fuzzing
|
# short to actually find issues, we want to make sure that these fuzzing
|
||||||
# tests are not fundamentally broken.
|
# tests are not fundamentally broken.
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
Loading…
Reference in New Issue
Block a user