#!/bin/bash # help: Run integration tests set -e if [ "$INTEGRATION_TESTS" = 0 ]; then exit 0 fi source $(dirname $0)/version cd $(dirname $0)/../tests if [ ! -e ../dist/artifacts/initrd ]; then ../scripts/dev fi go test -timeout 30m