Skip to content

Commit

Permalink
fix pull-metrics-server-test-version test
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjunmyfm192085 committed Aug 21, 2024
1 parent 27e8622 commit f5453d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ test-image: container

.PHONY: test-image-all
test-image-all:
@for arch in $(ALL_ARCHITECTURES); do ARCH=$${arch} $(MAKE) test-image; done
@set -e;for arch in $(ALL_ARCHITECTURES); do ARCH=$${arch} $(MAKE) test-image; done

# E2e tests
# -----------
Expand Down

0 comments on commit f5453d1

Please sign in to comment.