mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Docker: Add colored output to tests
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
2a3df086d3
commit
e624e25c0f
1 changed files with 8 additions and 0 deletions
|
@ -179,6 +179,8 @@ services:
|
||||||
- AUR_CONFIG=conf/config.sqlite
|
- AUR_CONFIG=conf/config.sqlite
|
||||||
entrypoint: /docker/test-sqlite-entrypoint.sh
|
entrypoint: /docker/test-sqlite-entrypoint.sh
|
||||||
command: /docker/scripts/run-sharness.sh
|
command: /docker/scripts/run-sharness.sh
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
git:
|
git:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -195,6 +197,8 @@ services:
|
||||||
- AUR_CONFIG=conf/config
|
- AUR_CONFIG=conf/config
|
||||||
entrypoint: /docker/test-mysql-entrypoint.sh
|
entrypoint: /docker/test-mysql-entrypoint.sh
|
||||||
command: /docker/scripts/run-pytests.sh clean
|
command: /docker/scripts/run-pytests.sh clean
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
@ -215,6 +219,8 @@ services:
|
||||||
- AUR_CONFIG=conf/config.sqlite
|
- AUR_CONFIG=conf/config.sqlite
|
||||||
entrypoint: /docker/test-sqlite-entrypoint.sh
|
entrypoint: /docker/test-sqlite-entrypoint.sh
|
||||||
command: /docker/scripts/run-pytests.sh clean
|
command: /docker/scripts/run-pytests.sh clean
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb_run:/var/run/mysqld
|
- mariadb_run:/var/run/mysqld
|
||||||
- git_data:/aurweb/aur.git
|
- git_data:/aurweb/aur.git
|
||||||
|
@ -230,6 +236,8 @@ services:
|
||||||
- AUR_CONFIG=conf/config
|
- AUR_CONFIG=conf/config
|
||||||
entrypoint: /docker/tests-entrypoint.sh
|
entrypoint: /docker/tests-entrypoint.sh
|
||||||
command: /docker/scripts/run-tests.sh
|
command: /docker/scripts/run-tests.sh
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
depends_on:
|
depends_on:
|
||||||
mariadb:
|
mariadb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Add table
Reference in a new issue