From ec0d6cb6934836da1a16caeb3841f0e70d7a4c31 Mon Sep 17 00:00:00 2001 From: Aaron Crickenberger Date: Tue, 31 Mar 2020 16:11:18 -0700 Subject: [PATCH] Fix bazel location of testdata --- test/conformance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/README.md b/test/conformance/README.md index 82204a6b318..7a5a82904f8 100644 --- a/test/conformance/README.md +++ b/test/conformance/README.md @@ -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.