Skip to content

Commit caf0347

Browse files
committed
feat: info reporting in test runner
1 parent d3fd9e6 commit caf0347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/TestRunner.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ handleFile(
187187
}
188188
else
189189
{
190+
report::info("\"{}\" passed", filePath);
190191
++results.expectedXmlMatching;
191192
}
192193
return;

0 commit comments

Comments
 (0)