summaryrefslogtreecommitdiff
path: root/stacks/tncs/tnc2c-integration-test.sh
blob: e0523e447d937f6595a3260899cc313b2eb41de9 (plain)
1
2
3
4
#!/bin/bash
set -euo pipefail
ROOT="$(cd "$(dirname "$0")" && pwd)"
exec python3 "$ROOT/tnc2c-integration-test.py" "$@"
git clone -b <branch> https://cgit.mode42.com/<repo>.git
git clone -b <branch> git://cgit.mode42.com/<repo>.git

info@mode42.com