Skip to content

Commit 33323ae

Browse files
lsm5runcom
authored andcommitted
skip cross compilation in test
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
1 parent ec6d2d8 commit 33323ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ shell: build ## start a shell inside the build env
118118
$(DOCKER_RUN_DOCKER) bash
119119

120120
test: build ## run the unit, integration and docker-py tests
121-
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
121+
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-unit test-integration-cli test-docker-py
122122

123123
test-docker-py: build ## run the docker-py tests
124124
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-docker-py

0 commit comments

Comments
 (0)