etcd/test.sh
2013-10-17 10:02:59 -06:00

12 lines
166 B
Bash
Executable File

#!/bin/sh
set -e
# Get GOPATH, etc from build
. ./build
# Unit tests
go test -v ./store
# Functional tests
ETCD_BIN_PATH=$(pwd)/etcd go test -v ./tests/functional