mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
JUnit output goes to standard output
This commit is contained in:
@@ -189,7 +189,7 @@ static int runUnitTests (String const& whichTests, String const& format)
|
|||||||
|
|
||||||
String const s = f.createDocumentString ();
|
String const s = f.createDocumentString ();
|
||||||
|
|
||||||
Log::out () << s.toStdString ();
|
std::cout << s.toStdString ();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user