File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ build-devjmstest:
266266test-devserver : test/docker/vendor
267267 $(info $(SPACER )$(shell printf $(TITLE ) "Test $(MQ_IMAGE_DEVSERVER ) :$(MQ_TAG ) on $(shell docker --version) "$(END ) ) )
268268 docker inspect $(MQ_IMAGE_DEVSERVER ) :$(MQ_TAG )
269- cd test/docker && TEST_IMAGE=$(MQ_IMAGE_DEVSERVER ) :$(MQ_TAG ) EXPECTED_LICENSE=Production DEV_JMS_IMAGE=$(DEV_JMS_IMAGE ) IBMJRE=true go test -parallel $(NUM_CPU ) -timeout $(TEST_TIMEOUT_DOCKER ) -tags mqdev $(TEST_OPTS_DOCKER )
269+ cd test/docker && TEST_IMAGE=$(MQ_IMAGE_DEVSERVER ) :$(MQ_TAG ) EXPECTED_LICENSE=Developer DEV_JMS_IMAGE=$(DEV_JMS_IMAGE ) IBMJRE=true go test -parallel $(NUM_CPU ) -timeout $(TEST_TIMEOUT_DOCKER ) -tags mqdev $(TEST_OPTS_DOCKER )
270270
271271.PHONY : coverage
272272coverage :
You can’t perform that action at this time.
0 commit comments