Update stable for shptmp -> hptmp migration
This commit is contained in:
parent
ce4dc2128d
commit
3b2fab9a37
|
|
@ -110,7 +110,7 @@ public abstract class BaseTest {
|
|||
logger.setLevel(Level.WARN);
|
||||
|
||||
if ( REQUIRE_NETWORK_CONNECTION ) {
|
||||
networkTempDirFile = IOUtils.tempDir("temp.", ".dir", new File("/broad/shptmp/" + System.getProperty("user.name")));
|
||||
networkTempDirFile = IOUtils.tempDir("temp.", ".dir", new File("/broad/hptmp/" + System.getProperty("user.name")));
|
||||
networkTempDirFile.deleteOnExit();
|
||||
networkTempDir = networkTempDirFile.getAbsolutePath() + "/";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue