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