Skip to content

Commit

Permalink
Merge pull request #4302 from owncloud/docker-Makefile-clean-files
Browse files Browse the repository at this point in the history
[tests-only] Fix clean-files target in tests/acceptance/docker/Makefile
  • Loading branch information
phil-davis authored Jul 29, 2022
2 parents 8500719 + 04ecce9 commit 839f8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/acceptance/docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ clean-docker-volumes: ## clean docker volumes created during acceptance tests
docker-compose down --remove-orphans -v

.PHONY: clean-files
clean-files:
@$(MAKE) --no-print-directory -C ../. clean-tests

.PHONY: clean
Expand Down

0 comments on commit 839f8b3

Please sign in to comment.