Allow to configure custom test directory
commit448c7e46b1d9af526f4a6084644510f465151df2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 19 Aug 2013 09:06:32 +0000 (19 11:06 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 20 Aug 2013 22:55:44 +0000 (21 00:55 +0200)
treeddb66b08bb9f4f0ab520bb785509711acacbcb79
parentec86d08bc9511b7c5b7bbcbf7cbf0fc8f77a46fe
Allow to configure custom test directory

On the EGit Hudson server the home directory is located on a NFS share.
This leads to problems when tests which create test files under the home
directory fail to delete files they have created there due to
limitations of NFS.

Hence allow to configure a custom directory for these tests. Set the
system property "egit.test.tmpdir" to specify a custom directory.

Bug: 414509
Change-Id: If549e4c75d53a63f27d33401385b168bd0f236ff
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core.test/META-INF/MANIFEST.MF
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/TestUtils.java
org.eclipse.egit.core/META-INF/MANIFEST.MF
org.eclipse.egit.ui.test/META-INF/MANIFEST.MF
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/common/LocalRepositoryTestCase.java
org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/internal/actions/LinkedResourcesTest.java