mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
0bf62246e5
This speeds up individual envoy integration test runs from ~23m to ~14m. It's also a pre-req for possibly switching to doing the tests entirely within Go (no shell-outs).
10 lines
97 B
Bash
Executable File
10 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")"
|
|
|
|
set -x
|
|
exec ./run-tests.sh suite_teardown
|
|
|