From 3b2fab9a37e8b636264efa1ccb6bb077e5542318 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Tue, 5 Jun 2012 17:38:06 -0400 Subject: [PATCH] Update stable for shptmp -> hptmp migration --- public/java/test/org/broadinstitute/sting/BaseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/test/org/broadinstitute/sting/BaseTest.java b/public/java/test/org/broadinstitute/sting/BaseTest.java index c49adf805..84cdde3cb 100755 --- a/public/java/test/org/broadinstitute/sting/BaseTest.java +++ b/public/java/test/org/broadinstitute/sting/BaseTest.java @@ -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() + "/";