Fix docker-runtest-all target

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-12-08 18:54:25 -04:00
parent d6cb42147d
commit d345f8e838
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
variable. Add better text explanation. Change the column to a check
mark widget.
- Add icons to the smart settings links.
- Fix docker-runtest-all target.
3.3.3 (2019-12-05)
==================

View File

@@ -34,7 +34,7 @@ docker-runtest-cleanup: ## Delete the test container and the test volume.
@docker volume rm test-mayan_data || true
docker-runtest-all: ## Executed the test suite in a test container.
docker run --rm run-tests
docker run --rm mayanedms/mayanedms:$(IMAGE_VERSION) run_tests
docker-compose-build:
docker-compose -f docker/docker-compose.yml -p mayan-edms build