Remove cmd/integration test

This commit is contained in:
Wojciech Tyczynski
2016-07-04 12:22:07 +02:00
parent 37edcc8242
commit 3686e55d37
4 changed files with 1 additions and 465 deletions

View File

@@ -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