diff options
| author | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
|---|---|---|
| committer | info@mode42.com <info@mode42.com> | 2026-08-07 18:25:13 +0000 |
| commit | 04d965d67a7264a1c7c211494aebda1953df7603 (patch) | |
| tree | 0ebd700a6e219f84a26a656f4bee8778bc75da7b /stacks/tncs/tnc2c-integration-test.sh | |
Initial push
Diffstat (limited to 'stacks/tncs/tnc2c-integration-test.sh')
| -rwxr-xr-x | stacks/tncs/tnc2c-integration-test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stacks/tncs/tnc2c-integration-test.sh b/stacks/tncs/tnc2c-integration-test.sh new file mode 100755 index 0000000..e0523e4 --- /dev/null +++ b/stacks/tncs/tnc2c-integration-test.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -euo pipefail +ROOT="$(cd "$(dirname "$0")" && pwd)" +exec python3 "$ROOT/tnc2c-integration-test.py" "$@" |
