feat: set NOCOW for log directory when in btrfs

This commit is contained in:
Yicheng Qin
2014-04-09 09:56:18 -07:00
parent 84ad6ddd79
commit b06d2796f8
5 changed files with 90 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ go test -v ./server/v2/tests
go test -i ./mod/lock/v2/tests
go test -v ./mod/lock/v2/tests
go test -i ./pkg/fs
go test -v ./pkg/fs
go test -i ./tests/functional
ETCD_BIN_PATH=$(pwd)/bin/etcd go test -v ./tests/functional