summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/cppsuite/tests/run.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/cppsuite/tests/run.cxx')
-rwxr-xr-xsrc/third_party/wiredtiger/test/cppsuite/tests/run.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/test/cppsuite/tests/run.cxx b/src/third_party/wiredtiger/test/cppsuite/tests/run.cxx
index 8a7acfee2bd..b877c23ab6b 100755
--- a/src/third_party/wiredtiger/test/cppsuite/tests/run.cxx
+++ b/src/third_party/wiredtiger/test/cppsuite/tests/run.cxx
@@ -110,7 +110,7 @@ run_test(const std::string &test_name, const std::string &config)
{
int error_code = 0;
- test_harness::debug_print("Configuration\t:" + config, DEBUG_INFO);
+ test_harness::debug_print("Configuration\t:" + config, DEBUG_TRACE);
if (test_name == "poc_test")
poc_test(config, test_name).run();
@@ -190,7 +190,7 @@ main(int argc, char *argv[])
if (error_code == 0) {
test_harness::debug_print(
- "Trace level\t:" + std::to_string(test_harness::_trace_level), DEBUG_INFO);
+ "Trace level: " + std::to_string(test_harness::_trace_level), DEBUG_INFO);
if (test_name.empty()) {
/* Run all tests. */
test_harness::debug_print("Running all tests.", DEBUG_INFO);