summaryrefslogtreecommitdiff
path: root/testing.md
diff options
context:
space:
mode:
authorWojciech Tyczynski <wojtekt@google.com>2016-07-04 12:22:07 +0200
committerWojciech Tyczynski <wojtekt@google.com>2016-07-04 13:07:12 +0200
commit74429867d824ffd735989de5a8d83f9c840acf61 (patch)
treee483a4ba98e954a835e440ac625de8d76d06f0e9 /testing.md
parent219d085b1a600aadb64e05125a91f5f7e17b73c6 (diff)
Remove cmd/integration test
Diffstat (limited to 'testing.md')
-rw-r--r--testing.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing.md b/testing.md
index 4ae98859..b0dc82ef 100644
--- a/testing.md
+++ b/testing.md
@@ -226,8 +226,7 @@ hack/test-integration.sh # Run all integration tests.
```
This script runs the golang tests in package
-[`test/integration`](../../test/integration/)
-and a special watch cache test in `cmd/integration/integration.go`.
+[`test/integration`](../../test/integration/).
### Run a specific integration test