From e0d1cfb5ad8d8504327458fca39ee9856755c14b Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 22 Sep 2016 11:26:28 +0200 Subject: Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4 Upgrade to match the version used on Gerrit's master branch. Requires a couple of modifications to make the tests work: - Remove source_under_test parameters from java_test calls. - Add vm_args with explicit setting of tmpdir location for http tests. This is needed due to upstream changes in temporary directory handling [1]. [1] https://github.com/facebook/buck/issues/946 Change-Id: I5d5dd5edc335d44b118e8587f69ba89b83fc7fbb Signed-off-by: David Pursehouse --- org.eclipse.jgit.pgm.test/BUCK | 1 - 1 file changed, 1 deletion(-) (limited to 'org.eclipse.jgit.pgm.test/BUCK') diff --git a/org.eclipse.jgit.pgm.test/BUCK b/org.eclipse.jgit.pgm.test/BUCK index a3859c9b49..cd15510798 100644 --- a/org.eclipse.jgit.pgm.test/BUCK +++ b/org.eclipse.jgit.pgm.test/BUCK @@ -21,7 +21,6 @@ for t in TESTS: '//lib:commons-compress', '//lib:tukaani-xz', ], - source_under_test = ['//org.eclipse.jgit.pgm:pgm'], vm_args = ['-Xmx256m', '-Dfile.encoding=UTF-8'], ) -- cgit v1.2.3