Files
zima-apps/Apps/docker-ip-addr-manager/tests/run_integration_tests.sh
T
2026-03-18 21:43:59 +01:00

6 lines
157 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
PYTHONDONTWRITEBYTECODE=1 python3 "$ROOT_DIR/tests/integration_tests.py"