Skip to content

Commit c0156e1

Browse files
committed
QPR-10078 remove couts
1 parent d2d34a7 commit c0156e1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test-suite/paralleltestrunner.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)