add integration test for 555983fc2e
Thanks to Andrei Errapart for providing the image.
This commit is contained in:
parent
f8172015a8
commit
d810f1cd33
4
Makefile
4
Makefile
@ -30,7 +30,9 @@ coverage.html: coverage.out
|
|||||||
clean:
|
clean:
|
||||||
rm -f undocker coverage.html
|
rm -f undocker coverage.html
|
||||||
|
|
||||||
TEST_IMAGES = busybox-glibc_65ad0d468eb1
|
TEST_IMAGES = \
|
||||||
|
busybox-glibc_65ad0d468eb1 \
|
||||||
|
docker_v27.1.2_save
|
||||||
|
|
||||||
.PHONY: test-integration
|
.PHONY: test-integration
|
||||||
test-integration: $(foreach IMG,$(TEST_IMAGES),test-integration-$(IMG))
|
test-integration: $(foreach IMG,$(TEST_IMAGES),test-integration-$(IMG))
|
||||||
|
1
t/docker_v27.1.2_save.txt
Normal file
1
t/docker_v27.1.2_save.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
-rw-r--r-- 0/0 39 2024-09-10 10:49 Dockerfile
|
Loading…
Reference in New Issue
Block a user