mirror of
https://github.com/luanti-org/contentdb.git
synced 2026-06-16 08:44:41 +00:00
4 lines
147 B
Bash
Executable File
4 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings"
|