From 76ea5a9c676a32e0e91623c4d105cbdf623c169d Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 13 Feb 2026 17:52:06 -0500 Subject: [PATCH] xo-reader2: utest: label test in console output --- xo-reader2/utest/SchematikaParser.test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xo-reader2/utest/SchematikaParser.test.cpp b/xo-reader2/utest/SchematikaParser.test.cpp index 189b8e69..ea301a4c 100644 --- a/xo-reader2/utest/SchematikaParser.test.cpp +++ b/xo-reader2/utest/SchematikaParser.test.cpp @@ -738,8 +738,10 @@ namespace xo { TEST_CASE("SchematikaParser-interactive-lambda2", "[reader2][SchematikaParser]") { + const auto & testname = Catch::getResultCapture().getCurrentTestName(); + constexpr bool c_debug_flag = false; - scope log(XO_DEBUG(c_debug_flag)); + scope log(XO_DEBUG(c_debug_flag), xtag("test", testname)); ArenaConfig config; config.name_ = "test-arena";