Skip to content

Commit 0edd406

Browse files
Added create temp dir for Linux
1 parent eaa8fd5 commit 0edd406

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/eu/tsystems/mms/tic/testframework/report/DefaultReport.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public Path finalizeReport() {
7070

7171
if (Files.exists(tempReportDirectory)) {
7272
log().debug("Temporary directory is {}", tempReportDirectory);
73+
Files.createDirectories(finalReportPath);
7374
PathUtils.copyDirectory(tempReportDirectory, finalReportPath);
7475
currentReportDirectory = finalReportPath;
7576
log().info("Report written to " + finalReportPath.toAbsolutePath());

0 commit comments

Comments
 (0)