Specify to use -test.short when running unit tests.

This commit is contained in:
Victor Marmol 2015-02-24 07:55:24 -08:00
parent c388ea0a09
commit 306645d891

View File

@ -20,8 +20,8 @@ At this point you can build cAdvisor:
$ godep go build github.com/google/cadvisor
```
or run unit tests:
or run only unit tests:
```
$ godep go test github.com/google/cadvisor/...
$ godep go test github.com/google/cadvisor/... -test.short
```