mirror of
https://github.com/godotengine/godot.git
synced 2024-12-27 11:24:59 +08:00
6 lines
114 B
Bash
6 lines
114 B
Bash
|
#!/usr/bin/env bash
|
||
|
set -uo pipefail
|
||
|
|
||
|
echo "Running Python checks for builder system"
|
||
|
pytest ./tests/python_build
|