Skip to content

Commit 133d0cc

Browse files
committed
QPR-10078
add log statement
1 parent c0156e1 commit 133d0cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test-suite/paralleltestrunner.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ using namespace boost::unit_test_framework;
6767

6868
namespace {
6969
int worker(std::string cmd) {
70+
std::cout << cmd << std::endl;
7071
return std::system(cmd.c_str());
7172
}
7273

0 commit comments

Comments
 (0)