File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ namespace {
8383 testSuiteId_ = tu.p_id ;
8484 } else if (tu.p_type == test_unit_type::TUT_SUITE && tu.p_parent_id == testSuiteId_ &&
8585 tu.is_enabled ()) {
86- std::cout << " TestSuite: " << tu.p_name << " , id=" << tu.p_id << " and parent=" << tu.p_parent_id << std::endl;
8786 idMap_[tu.p_parent_id ].push_back (tu.p_id );
8887 }
8988 return test_tree_visitor::visit (tu);
@@ -351,10 +350,8 @@ int main(int argc, char* argv[]) {
351350 framework::impl::s_frk_state ().m_observers )
352351 to->test_finish ();
353352#else
354- // works for BOOST_VERSION > 106100, needed for >106500
355- std::cout << " running id: " << id.id << std::endl;
353+ // works for BOOST_VERSION > 106100, needed for >106500
356354 framework::run (id.id , false );
357- std::cout << " finished running id: " << id.id << std::endl;
358355#endif
359356
360357 auto stopTime = std::chrono::steady_clock::now ();
You can’t perform that action at this time.
0 commit comments