traefik/script/test-integration

11 lines
203 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export DEST=.
TESTFLAGS="$TESTFLAGS -test.timeout=30m -check.v"
cd integration
CGO_ENABLED=0 go test $TESTFLAGS