Skip to content

Commit

Permalink
Not remove folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Apr 22, 2021
1 parent a1de417 commit 7ffeef8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ public void testRuntime(TestInfo testInfo, Apps app, MvnCmds mvnCmds, String sub
archiveLog(cn, mn, runLogA);
}
writeReport(cn, mn, whatIDidReport.toString());

// Remove dir with special chars
if (appDestDir.exists()) {
FileUtils.deleteDirectory(appDestDir);
}
}
}

Expand Down

0 comments on commit 7ffeef8

Please sign in to comment.