Merge pull request #89708 from spiffxp/update-conformance-instructions

Update conformance docs to reference correct bazel location of testdata
This commit is contained in:
Kubernetes Prow Robot 2020-04-01 00:21:27 -07:00 committed by GitHub
commit e39aa99c73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ To update the list, run
```console
bazel build //test/conformance:list_conformance_tests
cp bazel-genfiles/test/conformance/conformance.yaml test/conformance/testdata
cp bazel-bin/test/conformance/conformance.yaml test/conformance/testdata
```
Add the changed file to your PR, then send for review.