13 lines
751 B
Diff
13 lines
751 B
Diff
diff --git a/base/test/launcher/test_results_tracker.cc b/base/test/launcher/test_results_tracker.cc
|
|
index 6970688273a878711870c85dafcfffd49b373381..238e2f2969d0ca06d04809977d9618ec78bcda6d 100644
|
|
--- a/base/test/launcher/test_results_tracker.cc
|
|
+++ b/base/test/launcher/test_results_tracker.cc
|
|
@@ -304,6 +304,7 @@ TestResultsTracker::~TestResultsTracker() {
|
|
: ""),
|
|
result.GetTestCaseName().c_str()));
|
|
if (result.status != TestResult::TEST_SUCCESS) {
|
|
+ TEST_RESULTS_TRACKER_ADD_FAILURE_DETAILS
|
|
// The actual failure message is not propagated up to here, as it's too
|
|
// much work to escape it properly, and in case of failure, almost
|
|
// always one needs to look into full log anyway.
|