diff --git a/public/external-example/pom.xml b/public/external-example/pom.xml index 202bc383d..88229e720 100644 --- a/public/external-example/pom.xml +++ b/public/external-example/pom.xml @@ -185,12 +185,14 @@ true + false + - - false + ${java.io.tmpdir} + default-test none @@ -218,9 +220,10 @@ true + false + - - false + ${java.io.tmpdir} diff --git a/public/gatk-framework/src/test/java/org/broadinstitute/sting/BaseTest.java b/public/gatk-framework/src/test/java/org/broadinstitute/sting/BaseTest.java index 9ceb5904d..e8aed7d50 100644 --- a/public/gatk-framework/src/test/java/org/broadinstitute/sting/BaseTest.java +++ b/public/gatk-framework/src/test/java/org/broadinstitute/sting/BaseTest.java @@ -135,7 +135,7 @@ public abstract class BaseTest { public final static String NA12878_PCRFREE = privateTestDir + "PCRFree.2x250.Illumina.20_10_11.bam"; public final static String NA12878_WEx = privateTestDir + "CEUTrio.HiSeq.WEx.b37_decoy.NA12878.20_10_11mb.bam"; - public static final boolean pipelineTestRunModeIsSet = System.getProperty("pipeline.run").equals("run"); + public static final boolean pipelineTestRunModeIsSet = System.getProperty("pipeline.run", "").equals("run"); /** before the class starts up */ static { diff --git a/public/sting-root/pom.xml b/public/sting-root/pom.xml index 1f384427e..a57beefde 100644 --- a/public/sting-root/pom.xml +++ b/public/sting-root/pom.xml @@ -359,8 +359,6 @@ diff true - - ${sting.pipelinetests.run} ${java.io.tmpdir}