Merge pull request #721 from broadinstitute/ks_save_analyze_covariates_integration_test_inputs
Don't delete "after" files in AnalyzeCovariatesIntegrationTest
This commit is contained in:
commit
46b0c18603
|
|
@ -147,7 +147,6 @@ public class AnalyzeCovariatesIntegrationTest extends WalkerTest {
|
||||||
throws IOException {
|
throws IOException {
|
||||||
|
|
||||||
final File afterFile = new File(TEST_DATA_DIR,afterFileName);
|
final File afterFile = new File(TEST_DATA_DIR,afterFileName);
|
||||||
afterFile.deleteOnExit();
|
|
||||||
final WalkerTestSpec spec = new WalkerTestSpec(
|
final WalkerTestSpec spec = new WalkerTestSpec(
|
||||||
buildCommandLine(null,"%s",true,true,afterFile),
|
buildCommandLine(null,"%s",true,true,afterFile),
|
||||||
1,UserException.IncompatibleRecalibrationTableParameters.class);
|
1,UserException.IncompatibleRecalibrationTableParameters.class);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue