earthtojake--text-to-cad
10 行
229 B
Bash
可执行文件
10 行
229 B
Bash
可执行文件
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
# shellcheck source=scripts/test/common.sh
|
|
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/common.sh"
|
|
|
|
cd "$REPO_ROOT"
|
|
|
|
run_python_unittest "Global policy tests" "tests/python/global"
|