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

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

@ -5,4 +5,4 @@ cd "$(dirname "$0")"
./../vendor/bin/codecept build
./../docker/wait-for-it.sh testdb:3306 testrabbit:5672 -- \
php codeception/bin/yii migrate/up --interactive=0 && ./../vendor/bin/codecept run
php codeception/bin/yii migrate/up --interactive=0 && ./../vendor/bin/codecept run $*

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 не останавливает зависимые контейнеры после завершения работы главного процесса