Skip to content

Commit

Permalink
remove not needed if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Sep 14, 2018
1 parent 96d50e6 commit 54370ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ lint:
# make test
test: fmt vet lint
@echo "[INFO] Testing $(TF_OPENAPI_PROVIDER_PLUGIN_NAME)"
@go test -v -cover $(TEST_PACKAGES) ; if [ $$? -ne 1 ]; then \
echo "[ERROR] Test returned with failures. Please go through the different scenarios and fix the tests that are failing"; \
exit 1; \
fi
@go test -v -cover $(TEST_PACKAGES)

pre-requirements:
@echo "[INFO] Creating $(TF_INSTALLED_PLUGINS_PATH) if it does not exist"
Expand Down

0 comments on commit 54370ed

Please sign in to comment.