Merge branch 'stable-2.15' into stable-2.16

* stable-2.15:
  Documentation: Fix the in-tree bazel test command

Change-Id: I76b72cd23269d4fca93ae065ce638129ec65dc2e
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md
index 1aac8d5..864485c 100644
--- a/src/main/resources/Documentation/build.md
+++ b/src/main/resources/Documentation/build.md
@@ -46,7 +46,7 @@
 To execute the tests run:
 
 ```
-  bazel test --test_tag_filters=@PLUGIN@
+  bazel test --test_tag_filters=@PLUGIN@ //...
 ```
 
 This project can be imported into the Eclipse IDE.