summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/headless.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/headless.cpp b/test/headless.cpp
index 47afe1b67b..dfa649da5d 100644
--- a/test/headless.cpp
+++ b/test/headless.cpp
@@ -155,6 +155,8 @@ TEST_P(HeadlessTest, render) {
Log::Set<FixtureLogBackend>();
+ Log::Info(Event::General, "test fixture %s", base.c_str());
+
for (auto it = infoDoc.MemberBegin(), end = infoDoc.MemberEnd(); it != end; it++) {
const std::string name {
it->name.GetString(), it->name.GetStringLength()