[gmime] verbosify the rfc2184 tests to see why travis ci is breaking



commit cd3e00651163cd18f91cc63042271a8123481226
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date:   Wed Mar 15 21:33:39 2017 -0400

    verbosify the rfc2184 tests to see why travis ci is breaking

 tests/test-mime.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/tests/test-mime.c b/tests/test-mime.c
index e989769..c274fe0 100644
--- a/tests/test-mime.c
+++ b/tests/test-mime.c
@@ -555,6 +555,10 @@ test_rfc2184 (GMimeParserOptions *options)
        int count;
        size_t n;
        guint i;
+       int v;
+       
+       v = verbose;
+       verbose = 4;
        
        for (i = 0; i < G_N_ELEMENTS (rfc2184); i++) {
                params = g_mime_param_list_new ();
@@ -609,6 +613,8 @@ test_rfc2184 (GMimeParserOptions *options)
                
                g_string_free (str, TRUE);
        }
+       
+       verbose = v;
 }
 
 


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