diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-10 00:51:30 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-10 01:21:18 +0200 |
commit | 06fc6c7cc0219b3ec515eae70eb3858e29f6d485 (patch) | |
tree | 5f462c9f176791ac6997ff9c65006bea8e59783a /org.eclipse.jgit.test/BUILD | |
parent | 42000a71e3b73639f8ba2858f8ba8e7941a1ab1c (diff) | |
download | jgit-06fc6c7cc0219b3ec515eae70eb3858e29f6d485.tar.gz jgit-06fc6c7cc0219b3ec515eae70eb3858e29f6d485.zip |
Bazel: enable logging for tests in org.eclipse.jgit.test
- use slf4j-simple for logging in test runs
- for log configuration see
https://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html
Change-Id: I9f0a532644b31162c867cd0d63f083296eaf6be5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test/BUILD')
-rw-r--r-- | org.eclipse.jgit.test/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD index b06778eed0..89bc90f384 100644 --- a/org.eclipse.jgit.test/BUILD +++ b/org.eclipse.jgit.test/BUILD @@ -42,6 +42,7 @@ java_library( resources = DATA, deps = [ "//lib:junit", + "//lib:slf4j-simple", "//org.eclipse.jgit:jgit", "//org.eclipse.jgit.junit:junit", ], |