mirror of
https://github.com/k3s-io/k3s.git
synced 2026-04-15 14:29:44 -04:00
14 lines
146 B
Text
14 lines
146 B
Text
|
|
#!/bin/bash
|
||
|
|
set -x -e
|
||
|
|
cd $(dirname $0)/..
|
||
|
|
|
||
|
|
# ---
|
||
|
|
|
||
|
|
for include in $TEST_INCLUDES; do
|
||
|
|
. $include
|
||
|
|
done
|
||
|
|
|
||
|
|
test-setup
|
||
|
|
provision-cluster
|
||
|
|
start-test $@
|