.logicdata files closer together
This commit is contained in:
parent
12067584e9
commit
288c2620c6
|
@ -2,4 +2,4 @@
|
|||
build*/
|
||||
gcov_working_area
|
||||
triggers
|
||||
*.logicdata
|
||||
unittest_*.logicdata
|
||||
|
|
|
@ -114,7 +114,7 @@ EngineTestHelper::EngineTestHelper(engine_type_e engineType, configuration_callb
|
|||
EngineTestHelper::~EngineTestHelper() {
|
||||
// Write history to file
|
||||
std::stringstream filePath;
|
||||
filePath << ::testing::UnitTest::GetInstance()->current_test_info()->name() << ".logicdata";
|
||||
filePath << "unittest_" << ::testing::UnitTest::GetInstance()->current_test_info()->name() << ".logicdata";
|
||||
writeEvents(filePath.str().c_str());
|
||||
|
||||
// Cleanup
|
||||
|
|
Loading…
Reference in New Issue