mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:39:26 +00:00
14 lines
146 B
Bash
Executable File
14 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
set -x -e
|
|
cd $(dirname $0)/..
|
|
|
|
# ---
|
|
|
|
for include in $TEST_INCLUDES; do
|
|
. $include
|
|
done
|
|
|
|
test-setup
|
|
provision-cluster
|
|
start-test $@
|