Skip to content

Commit 69d5322

Browse files
committed
Use -v3 to get timing info
1 parent ee43bca commit 69d5322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 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 -v2 $$@" --
18+
entrypoint: bash -c "wait-for-it.sh -s -t 20 $${WAIT_FOR} -- python tests/runtests.py -v3 $$@" --
1919

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

4040
sqlite-gis:
4141
<<: *base
42-
entrypoint: python tests/runtests.py
42+
entrypoint: python tests/runtests.py -v3
4343
environment:
4444
- DJANGO_SETTINGS_MODULE=settings.test_sqlite_gis
4545

0 commit comments

Comments
 (0)