Search-98, Delete the test dir at the end of the test

This commit is contained in:
Gethin James
2016-08-01 10:02:32 +02:00
parent 25b4dabfad
commit 5bd91fd1ad

View File

@@ -1466,6 +1466,7 @@ public abstract class AbstractAlfrescoDistributedTest extends SolrTestCaseJ4
destroyServers();
distribTearDown();
} catch (Exception e) {
FileUtils.deleteDirectory(testDir);
e.printStackTrace();
}
}