5611d230b7
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
|
|
|