File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 3939 go test -v -race $$(go list ./... | grep -v /e2e$$ )
4040 @echo " "
4141 @echo " === Running e2e tests (testcontainers — this may take a few minutes) ==="
42- @missing=" " ; \
43- for img in onkernel/chromium-headless-test:latest onkernel/chromium-headful-test:latest; do \
44- age=$$(docker images --format '{{.CreatedSince}}' "$$img" 2>/dev/null ) ; \
45- if [ -n " $$ age" ]; then \
46- echo " $$ img — built $$ age" ; \
47- else \
48- echo " $$ img — not found locally" ; \
49- missing=" yes" ; \
50- fi ; \
51- done ; \
52- if [ -n " $$ missing" ]; then \
53- echo " Build with: images/chromium-{headless,headful}/build-docker.sh" ; \
54- exit 1; \
55- fi
56- @echo " Stale? Rebuild: images/chromium-{headless,headful}/build-docker.sh"
5742 @echo " "
5843 go test -v -race ./e2e/
5944
You can’t perform that action at this time.
0 commit comments