#!/bin/bash set -euo pipefail ROOT="$(cd "$(dirname "$0")" && pwd)" exec python3 "$ROOT/tnc2c-integration-test.py" "$@"