build.md: Correct bazel test commands Change-Id: I45ff40986baf05bfc735299bdd232a76c0847ba1
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index b484ab1..6a18e01 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -27,7 +27,7 @@ To execute the tests run: ``` - bazel test verify_status_tests + bazel test verify-status_tests ``` ### Build in Gerrit tree @@ -64,7 +64,7 @@ To execute the tests run: ``` - bazel test plugins/verify-status:verify_status_tests + bazel test plugins/verify-status:verify-status_tests ``` How to build the Gerrit Plugin API is described in the [Gerrit