Добавлен проброс аргументов для быстрого запуска прогона тестов

This commit is contained in:
ErickSkrauch
2016-07-17 15:27:48 +03:00
parent b26ac7119c
commit 9ea689a700
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
cd "$(dirname "$0")"
docker-compose run --rm testphp ./tests/php.sh
docker-compose run --rm testphp ./tests/php.sh $*
docker-compose stop # docker не останавливает зависимые контейнеры после завершения работы главного процесса