mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Adjust UnitTest output
This commit is contained in:
@@ -155,8 +155,7 @@ void UnitTestRunner::beginNewTest (UnitTest* const test, const String& subCatego
|
||||
r->passes = 0;
|
||||
r->failures = 0;
|
||||
|
||||
logMessage ("-----------------------------------------------------------------");
|
||||
logMessage ("Starting test: " + r->unitTestName + " / " + subCategory + "...");
|
||||
logMessage ("Test: " + r->unitTestName + "/" + subCategory + "...");
|
||||
|
||||
resultsUpdated();
|
||||
}
|
||||
@@ -179,7 +178,7 @@ void UnitTestRunner::endTest()
|
||||
}
|
||||
else
|
||||
{
|
||||
logMessage ("All tests completed successfully");
|
||||
//logMessage ("All tests completed successfully");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user