[gnome-desktop-testing] runner: Make SUMMARY line easier to parse visually



commit 8e779d15955e8bc667840fbd0904897133999f83
Author: Colin Walters <walters verbum org>
Date:   Mon Jun 17 11:25:21 2013 -0400

    runner: Make SUMMARY line easier to parse visually
    
    Suggested-by: Emilio Pozuelo Monfort <pochu27 gmail com>

 src/gnome-desktop-testing-runner.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
index 0a2f75c..2c1c2f9 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -602,7 +602,7 @@ main (int argc, char **argv)
             }
         }
       gs_log_structured_print_id_v (TESTS_COMPLETE_MSGID,
-                                    "SUMMARY%s: total: %u passed: %d skipped: %d failed: %d",
+                                    "SUMMARY%s: total=%u; passed=%d; skipped=%d; failed=%d",
                                     ret ? "" : " (incomplete)",
                                     total_tests, n_passed, n_skipped, n_failed);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]