mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
remove test.sh
This commit is contained in:
parent
7b2474681b
commit
e2798405f6
38
test.sh
38
test.sh
@ -1,38 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
. ./build
|
||||
|
||||
go test -i ./etcd
|
||||
go test -v ./etcd -race
|
||||
|
||||
go test -i ./http
|
||||
go test -v ./http -race
|
||||
|
||||
go test -i ./store
|
||||
go test -v ./store -race
|
||||
|
||||
go test -i ./server
|
||||
go test -v ./server -race
|
||||
|
||||
go test -i ./config
|
||||
go test -v ./config -race
|
||||
|
||||
go test -i ./server/v2/tests
|
||||
go test -v ./server/v2/tests -race
|
||||
|
||||
# Mod is deprecated temporarily.
|
||||
# go test -i ./mod/lock/v2/tests
|
||||
# go test -v ./mod/lock/v2/tests
|
||||
|
||||
go test -i ./pkg/btrfs
|
||||
go test -v ./pkg/btrfs
|
||||
|
||||
go test -i ./tests/functional
|
||||
ETCD_BIN_PATH=$(pwd)/bin/etcd go test -v ./tests/functional -race
|
||||
|
||||
fmtRes=`gofmt -l $GOFMTPATH`
|
||||
if [ "$fmtRes" != "" ]; then
|
||||
echo "Failed to pass golang format checking."
|
||||
echo "Please gofmt modified go files, or run './build --fmt'."
|
||||
exit 1
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user