diff options
author | Shawn Pearce <sop@google.com> | 2016-01-01 11:04:11 -0800 |
---|---|---|
committer | Shawn Pearce <sop@google.com> | 2016-01-01 11:04:11 -0800 |
commit | da3174a812d07b03dd0738f572e187412911e925 (patch) | |
tree | 2473e6ad74b5336e15bab43edbc12149f260bfb9 /org.eclipse.jgit.pgm.test/BUCK | |
parent | 887debc52767bd53ba07af56142fdc1265d3f4fc (diff) | |
download | jgit-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.pgm.test/BUCK')
-rw-r--r-- | org.eclipse.jgit.pgm.test/BUCK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm.test/BUCK b/org.eclipse.jgit.pgm.test/BUCK index dae9cd9245..a3859c9b49 100644 --- a/org.eclipse.jgit.pgm.test/BUCK +++ b/org.eclipse.jgit.pgm.test/BUCK @@ -22,6 +22,7 @@ for t in TESTS: '//lib:tukaani-xz', ], source_under_test = ['//org.eclipse.jgit.pgm:pgm'], + vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'], ) java_library( |