Fix docker-runtest-all target
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -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)
|
||||
==================
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user