Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp> Upstream-commit: 2fddf9f6efc155c880dfa689bd7df3a5a31ba459 Component: engine
9 lines
182 B
Bash
Executable File
9 lines
182 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# required by `make build-integration-cli-on-swarm`
|
|
set -e
|
|
|
|
source "${MAKEDIR}/.go-autogen"
|
|
source hack/make/.integration-test-helpers
|
|
|
|
build_test_suite_binaries
|