PolyGerrit: add --no-results-cache to the example commandline.

Change-Id: I85c5c1d2ad96651a9a46fe9483cd6bb07a007426
This commit is contained in:
Han-Wen Nienhuys
2016-03-15 19:08:14 +01:00
parent 1e5ce802dd
commit b8fa0710c9

View File

@@ -57,9 +57,12 @@ sudo npm install -g web-component-tester
Run all web tests:
```sh
buck test --include web
buck test --no-results-cache --include web
```
The `--no-results-cache` flag prevents flaky test failures from being
cached.
If you need to pass additional arguments to `wct`:
```sh
@@ -70,4 +73,3 @@ WCT_ARGS='-p --some-flag="foo bar"' buck test --no-results-cache --include web
We follow the [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml)
with a few exceptions. When in doubt, remain consistent with the code around you.