Skip to content

Commit 6cd303f

Browse files
committed
Remove verbosity argument
1 parent 69d5322 commit 6cd303f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ x-base: &base
1515
- ./oracle_entrypoint.sh:/oracle_entrypoint.sh
1616
# Using yaml merging here overwrites the arrays. Simpler to just mount this in every service.
1717
- ./oracle:/oracle
18-
entrypoint: bash -c "wait-for-it.sh -s -t 20 $${WAIT_FOR} -- python tests/runtests.py -v3 $$@" --
18+
entrypoint: bash -c "wait-for-it.sh -s -t 20 $${WAIT_FOR} -- python tests/runtests.py $$@" --
1919

2020
x-postgres-base: &postgres-base
2121
environment:
@@ -32,7 +32,7 @@ services:
3232
<<: *base
3333
environment:
3434
- DJANGO_SETTINGS_MODULE=settings.test_sqlite
35-
entrypoint: python tests/runtests.py -v3
35+
entrypoint: python tests/runtests.py
3636
depends_on:
3737
- memcached
3838
- memcached2

0 commit comments

Comments
 (0)