summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/BUCK
diff options
context:
space:
mode:
authorShawn Pearce <sop@google.com>2016-01-01 11:04:11 -0800
committerShawn Pearce <sop@google.com>2016-01-01 11:04:11 -0800
commitda3174a812d07b03dd0738f572e187412911e925 (patch)
tree2473e6ad74b5336e15bab43edbc12149f260bfb9 /org.eclipse.jgit.test/BUCK
parent887debc52767bd53ba07af56142fdc1265d3f4fc (diff)
downloadjgit-da3174a812d07b03dd0738f572e187412911e925.tar.gz
jgit-da3174a812d07b03dd0738f572e187412911e925.zip
buck: set vm_args for tests
Maven pom files force the local encoding to UTF-8 to ensure there are no differences between machines. They also set the JVM max heap to 256m. Match both in Buck so that results are consistent. Change-Id: Ice5476dd09352a444a0c97aa0dc28806fddf2ab4
Diffstat (limited to 'org.eclipse.jgit.test/BUCK')
-rw-r--r--org.eclipse.jgit.test/BUCK1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.test/BUCK b/org.eclipse.jgit.test/BUCK
index 9a9d9efd04..3df3336b4e 100644
--- a/org.eclipse.jgit.test/BUCK
+++ b/org.eclipse.jgit.test/BUCK
@@ -68,6 +68,7 @@ for src in TESTS:
'//lib:slf4j-simple',
] + DEPS.get(src, []),
source_under_test = ['//org.eclipse.jgit:jgit'],
+ vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'],
)
java_library(