Merge "Bazel docs: Fix example how to run a specific test group"

This commit is contained in:
ekempin 2016-11-15 01:18:25 +00:00 committed by Gerrit Code Review
commit 44d88643a8

View File

@ -206,7 +206,7 @@ Debug test example:
To run a specific test group, e.g. the rest-account test group:
----
bazel test //gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/rest/account:rest-account
bazel test //gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/rest/account:rest_account
----
== Dependencies