etcd/test.sh
Brandon Philips 147235f8f5 fix(test.sh): re-add the config tests
These tests were left behind in the move to put config in its own
package.
2014-02-06 22:52:50 -08:00

22 lines
358 B
Bash
Executable File

#!/bin/sh -e
. ./build
go test -i ./store
go test -v ./store
go test -i ./server
go test -v ./server
go test -i ./config
go test -v ./config
go test -i ./server/v2/tests
go test -v ./server/v2/tests
go test -i ./mod/lock/v2/tests
go test -v ./mod/lock/v2/tests
go test -i ./tests/functional
ETCD_BIN_PATH=$(pwd)/bin/etcd go test -v ./tests/functional