Skip to content

Commit 570d2c6

Browse files
committed
change naming
1 parent fcf19c6 commit 570d2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/streams/coverage/CLICoverageAndResultsWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void CLICoverageAndResultsWriter::writeResponse(const utbot::ProjectContext &pro
5454
}
5555
ss << "Totals:\n";
5656
ss << totals;
57-
fs::path resultsFilePath = resultsDirectory / (TimeUtils::getDate() + ".log");
57+
fs::path resultsFilePath = resultsDirectory / "tests-result.log";
5858
FileSystemUtils::writeToFile(resultsFilePath, ss.str());
5959
LOG_S(INFO) << ss.str();
6060
printer::CoverageAndResultsStatisticsPrinter statsPrinter = printer::CoverageAndResultsStatisticsPrinter(resultsDirectory);

0 commit comments

Comments
 (0)