forked from Ivasoft/traefik
9 lines
153 B
Bash
Executable File
9 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
export DEST=.
|
|
|
|
TESTFLAGS="$TESTFLAGS"
|
|
#godep go test -v ./integration
|
|
|