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

Commit 167db9d4 authored by Sadaf Ebrahimi's avatar Sadaf Ebrahimi Committed by Automerger Merge Worker
Browse files

Merge "Replace error_occurred with skipped" into main am: 8ee1950c am: 86113585 am: 133f139b

parents 583e97a9 133f139b
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();