mirror of
https://github.com/traefik/traefik.git
synced 2025-08-09 16:17:06 +02:00
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
|
|
|