Skip to content

Commit

Permalink
Fix gh#149 : Minor change to update log and xml files for VARIANT=CPP
Browse files Browse the repository at this point in the history
  • Loading branch information
kanjoe24 committed Dec 4, 2024
1 parent 211cd8d commit 55e5420
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cpp_source/ut_gtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ void UT_set_results_output_filename(const char* szFilenameRoot)

// Set the output format and path programmatically
::testing::FLAGS_gtest_output = std::string("xml:") + filepath + "-report.xml";
std::cout << "Listing Filename:[" << filepath << "-report.xml]\n" << std::flush;
std::cout << "Results Filename:[" << filepath << ".log]\n" << std::flush;
}

void UT_set_test_mode(TestMode_t mode)
Expand Down

0 comments on commit 55e5420

Please sign in to comment.