项目文件夹

文件
2026-07-13 13:11:15 +08:00

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"