Skip to content

Commit

Permalink
Merge pull request google#534 from vmarmol/docs
Browse files Browse the repository at this point in the history
Specify to use -test.short when running unit tests.
  • Loading branch information
rjnagal committed Feb 24, 2015
2 parents e9eb9ea + 306645d commit ae9c4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit ae9c4cd

Please sign in to comment.