Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 81412df

Browse files
committedApr 27, 2018
Develop
1 parent 9adbf01 commit 81412df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2647
-93
lines changed
 

‎bin/run-fun-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
set -x
44
set -e
55

6-
COMPOSE_PROJECT_NAME=mqdev docker-compose run --workdir="/mqdev" --rm dev ./bin/test "$@"
6+
#COMPOSE_PROJECT_NAME=mqdev
7+
docker-compose run --workdir="/mqdev" --rm dev ./bin/test "$@"

‎bin/test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ waitForService redis 6379 50
3636
waitForService beanstalkd 11300 50
3737
waitForService gearmand 4730 50
3838
waitForService kafka 9092 50
39+
waitForService mongo 27017 50
3940

4041
php pkg/job-queue/Tests/Functional/app/console doctrine:database:create --if-not-exists
4142
php pkg/job-queue/Tests/Functional/app/console doctrine:schema:update --force

0 commit comments

Comments
 (0)
Please sign in to comment.