From 1c41c4123ff032d14da9ec019223d4d21edaed04 Mon Sep 17 00:00:00 2001 From: Jacek Centkowski Date: Thu, 23 Feb 2017 06:49:25 +0000 Subject: [PATCH] Fix bazel documentation running test group example Change-Id: Iecd9252cb2b1ce02c1d970938f413f5a1f23dc32 --- Documentation/dev-bazel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-bazel.txt b/Documentation/dev-bazel.txt index f7431ca879..7c35b12a1a 100644 --- a/Documentation/dev-bazel.txt +++ b/Documentation/dev-bazel.txt @@ -229,7 +229,7 @@ To ignore cached test results: To run one or more specific groups of tests: ---- - bazel test --test_tag_filters=api,git //.. + bazel test --test_tag_filters=api,git //... ---- The following values are currently supported for the group name: