Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2623b3f0 authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi
Browse files

Replace error_occurred with skipped

This has been changed in the latest version of benchmark.

Bug: http://b/301509174
Test: TreeHugger
Change-Id: I9b5419db2fb83070f3c0a33073d2660e51f309d1
parent dcd31c41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -615,7 +615,7 @@ void CustomCsvReporter::ReportRuns(const std::vector<Run>& reports) {
}

void CustomCsvReporter::PrintRunData(const Run& run) {
    if (run.error_occurred) {
    if (run.skipped) {
        return;
    }
    std::ostream& Out = GetOutputStream();