mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
7 lines
202 B
Bash
Executable File
7 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
. "${BASH_SOURCE%/*}/common.sh"
|
|
|
|
docker exec "$(container app)" sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --cov=app --disable-warnings"
|