mirror of
https://github.com/traefik/traefik
synced 2026-02-11 16:18:08 +00: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
|
|
|