From 9ea689a700b3d19917fddeb75186459756166652 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 17 Jul 2016 15:27:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=80=D0=BE=D0=B1=D1=80=D0=BE=D1=81=20=D0=B0?= =?UTF-8?q?=D1=80=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D0=BE=D0=B2=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B1=D1=8B=D1=81=D1=82=D1=80=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B3=D0=BE=D0=BD=D0=B0=20=D1=82=D0=B5=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/php.sh | 2 +- tests/run-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/php.sh b/tests/php.sh index c16b585..6a4d4be 100755 --- a/tests/php.sh +++ b/tests/php.sh @@ -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 $* diff --git a/tests/run-tests.sh b/tests/run-tests.sh index bc0e9b6..7ff68f2 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -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 не останавливает зависимые контейнеры после завершения работы главного процесса