Skip to content

Commit

Permalink
pull tests from minio-go sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
poornas committed Jul 12, 2017
1 parent bc9783d commit cce7893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2,578 deletions.
3 changes: 2 additions & 1 deletion build/go/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ set -e
_init() {
GO_VERSION="1.7.5"
GO_INSTALL_PATH="/usr/local"
MINIO_GO_SRC_PATH="$GO_INSTALL_PATH/src/github.com/minio/minio-go"
MINIO_GO_PATH="/mint/run/core/minio-go"
}

Expand All @@ -35,7 +36,7 @@ installGoPkgs() {

# Build Minio Go tests
buildGoTests() {
CGO_ENABLED=0 go build -o "${MINIO_GO_PATH}/minio-go" "${MINIO_GO_PATH}/minio-go-tests.go"
CGO_ENABLED=0 go build -o "${MINIO_GO_PATH}/minio-go" "${MINIO_GO_SRC_PATH}/functional_tests.go"
}

# Remove Go dependencies
Expand Down
Loading

0 comments on commit cce7893

Please sign in to comment.