mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +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
|