Correct testing instructions
parent
7163725e42
commit
4c2f1e09ad
|
@ -68,11 +68,11 @@ go build ./...
|
||||||
|
|
||||||
Once compilation completes, the binaries can be found in `$GOPATH/bin`.
|
Once compilation completes, the binaries can be found in `$GOPATH/bin`.
|
||||||
|
|
||||||
To run the test, execute the following command:
|
To run the tests, execute the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd $GOPATH/src/github.com/influxdb
|
cd $GOPATH/src/github.com/influxdb/influxdb
|
||||||
go test -v
|
go test -v ./...
|
||||||
|
|
||||||
# run tests that match some pattern
|
# run tests that match some pattern
|
||||||
go test -run=TestDatabase . -v
|
go test -run=TestDatabase . -v
|
||||||
|
|
Loading…
Reference in New Issue