Skip to content

Commit

Permalink
fix: default for make test/integration (#2049)
Browse files Browse the repository at this point in the history
* fix default for make test/integration

* remove unnecessary whitespace change
  • Loading branch information
johannes94 authored Sep 27, 2024
1 parent 26f8b0f commit a073ad8
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 @@ -337,7 +337,7 @@ test/aws: $(GOTESTSUM_BIN)
# make test/integration TESTFLAGS="-run TestAccountsGet" runs TestAccountsGet
# make test/integration TESTFLAGS="-short" skips long-run tests
test/integration/dinosaur: $(GOTESTSUM_BIN)
$(GOTESTSUM_BIN) --junitfile data/results/fleet-manager-integration-tests.xml --format $(GOTESTSUM_FORMAT) -- -p 1 -ldflags -s -v -timeout $(TEST_TIMEOUT) -count=1 $(TESTFLAGS) \
OCM_ENV=integration $(GOTESTSUM_BIN) --junitfile data/results/fleet-manager-integration-tests.xml --format $(GOTESTSUM_FORMAT) -- -p 1 -ldflags -s -v -timeout $(TEST_TIMEOUT) -count=1 $(TESTFLAGS) \
./internal/dinosaur/test/integration/...
.PHONY: test/integration/dinosaur

Expand Down

0 comments on commit a073ad8

Please sign in to comment.