Skip to content

Commit

Permalink
Merge pull request #126 from opencloud-eu/fix-test-makefile
Browse files Browse the repository at this point in the history
fix test makefile
  • Loading branch information
ScharfViktor authored Jan 27, 2025
2 parents 92b157a + 7c3fdcf commit aafbeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ help:
@echo -e "You also can select the OpenCloud Docker image for all tests by setting"
@echo -e "\tmake ... ${YELLOW}OC_IMAGE_TAG=latest${RESET}"
@echo -e "where ${YELLOW}latest${RESET} is an example for any valid Docker image tag from"
@echo -e "https://hub.docker.com/r/opencloud/opencloud."
@echo -e "https://hub.docker.com/r/opencloud-eu/opencloud."
@echo
@echo -e "${GREEN}Run full OpenCloud test suites with ocis storage:${RESET}\n"
@echo -e "\tmake localApiTests-apiAccountsHashDifficulty-ocis\t\t${BLUE}run apiAccountsHashDifficulty test suite, where available test suite are apiAccountsHashDifficulty apiArchiver apiContract apiGraph apiSpaces apiSpacesShares apiAsyncUpload apiCors${RESET}"
Expand Down Expand Up @@ -242,7 +242,7 @@ build-dev-image:

.PHONY: clean-dev-docker-image
clean-dev-docker-image: ## clean docker image built during acceptance tests
@docker image rm opencloud/opencloud:dev || true
@docker image rm opencloud-eu/opencloud:dev || true

.PHONY: clean-docker-container
clean-docker-container: ## clean docker containers created during acceptance tests
Expand Down

0 comments on commit aafbeec

Please sign in to comment.