etcd/test.sh

12 lines
166 B
Bash
Raw Normal View History

2013-07-30 02:57:37 +04:00
#!/bin/sh
2013-10-17 20:02:59 +04:00
set -e
# Get GOPATH, etc from build
. ./build
# Unit tests
go test -v ./store
2013-10-15 00:20:50 +04:00
# Functional tests
ETCD_BIN_PATH=$(pwd)/etcd go test -v ./tests/functional