Skip to content

Commit ae9c4cd

Browse files
committed
Merge pull request #534 from vmarmol/docs
Specify to use -test.short when running unit tests.
2 parents e9eb9ea + 306645d commit ae9c4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ At this point you can build cAdvisor:
2020
$ godep go build github.com/google/cadvisor
2121
```
2222

23-
or run unit tests:
23+
or run only unit tests:
2424

2525
```
26-
$ godep go test github.com/google/cadvisor/...
26+
$ godep go test github.com/google/cadvisor/... -test.short
2727
```

0 commit comments

Comments
 (0)