[gnome-desktop-testing] Print FAILED on the first column for failed tests, like PASS



commit 94397766e4e010df3533ac3222e1150936a7d3ea
Author: Colin Walters <walters verbum org>
Date:   Wed May 29 22:53:27 2013 -0400

    Print FAILED on the first column for failed tests, like PASS
    
    Just easier to scan.
    
    Suggested-by: Ryan Lortie <desrt desrt ca>

 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 6fefe42..a203c5c 100755
--- a/src/gnome-desktop-testing-runner.c
+++ b/src/gnome-desktop-testing-runner.c
@@ -283,7 +283,7 @@ on_test_exited (GObject       *obj,
         {
           test->state = TEST_STATE_COMPLETE_FAILED;
           gs_log_structured_print_id_v (ONE_TEST_FAILED_MSGID,
-                                        "Test %s failed: %s", test->name, tmp_error->message); 
+                                        "FAILED: %s: %s", test->name, tmp_error->message); 
           failed = TRUE;
         }
       /* Individual test failures don't count as failure of the whole process */


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