Fix source glob in test rule

The glob was only matching files with the name *Test.java which did not
include HooksIT.java, hence the test was not being executed when run on
the command line with "bazel test".

Change-Id: If593ad52c24ddd1f633a399f59204fa2a48b0359
1 file changed
tree: 1c846f121f1dba6f392d3aba3ea0f2a2d12e66f8
  1. src/
  2. .gitignore
  3. BUILD
  4. LICENSE
  5. README.md
README.md

Hooks plugin

Gerrit does not support the standard server-side git hooks in the repositories it manages.

This plugin adds support for custom hooks that can be run instead. Refer to the configuration documentation and list of supported hooks for details.