We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d5322 commit 6cd303fCopy full SHA for 6cd303f
docker-compose.yml
@@ -15,7 +15,7 @@ x-base: &base
15
- ./oracle_entrypoint.sh:/oracle_entrypoint.sh
16
# Using yaml merging here overwrites the arrays. Simpler to just mount this in every service.
17
- ./oracle:/oracle
18
- entrypoint: bash -c "wait-for-it.sh -s -t 20 $${WAIT_FOR} -- python tests/runtests.py -v3 $$@" --
+ entrypoint: bash -c "wait-for-it.sh -s -t 20 $${WAIT_FOR} -- python tests/runtests.py $$@" --
19
20
x-postgres-base: &postgres-base
21
environment:
@@ -32,7 +32,7 @@ services:
32
<<: *base
33
34
- DJANGO_SETTINGS_MODULE=settings.test_sqlite
35
- entrypoint: python tests/runtests.py -v3
+ entrypoint: python tests/runtests.py
36
depends_on:
37
- memcached
38
- memcached2
0 commit comments