8 lines
153 B
Bash
Executable file
8 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
|
|
|