summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jgit.test/BUILD')
-rw-r--r--org.eclipse.jgit.test/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.test/BUILD b/org.eclipse.jgit.test/BUILD
index ac8c1914f1..b06778eed0 100644
--- a/org.eclipse.jgit.test/BUILD
+++ b/org.eclipse.jgit.test/BUILD
@@ -30,7 +30,7 @@ DATA = [
PKG + "lib/sorttest.gitindex.dat",
]
-tests(glob(
+tests(tests = glob(
["tst/**/*.java"],
exclude = HELPERS + DATA,
))