mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-07-23 18:05:31 +00:00
Increase amount of lines that are printed at failure (#326)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
f8b14c6a98
commit
7bbdfecb0e
2
Makefile
2
Makefile
@ -373,7 +373,7 @@ test-startup: ## Test if all containers start up
|
|||||||
docker-compose -f $(DOCKERCOMPOSE_FILE) ps
|
docker-compose -f $(DOCKERCOMPOSE_FILE) ps
|
||||||
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml run test || \
|
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml run test || \
|
||||||
(docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml ps; \
|
(docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml ps; \
|
||||||
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml logs -t --tail=20; \
|
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml logs -t --tail=50; \
|
||||||
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml stop; \
|
docker-compose -f $(DOCKERCOMPOSE_FILE) -f tests/test-container.yml stop; \
|
||||||
docker ps --filter name=kopano_test* -aq | xargs docker rm -f; \
|
docker ps --filter name=kopano_test* -aq | xargs docker rm -f; \
|
||||||
exit 1)
|
exit 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user