mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01: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"
|