~ubuntu-branches/ubuntu/saucy/libsoup2.4/saucy-updates

« back to all changes in this revision

Viewing changes to debian/patches/01_tests_debug_output.patch

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-05-28 01:57:39 UTC
  • mfrom: (10.3.23 sid)
  • Revision ID: package-import@ubuntu.com-20130528015739-339y38ozfynwoejl
Tags: 2.42.2-4
* debian/patches/01_tests_debug_output.patch:
  + Make the test suite print debug output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- a/tests/test-utils.c
 
2
+++ b/tests/test-utils.c
 
3
@@ -13,7 +13,7 @@
 
4
 
 
5
 static SoupLogger *logger;
 
6
 
 
7
-int debug_level, errors;
 
8
+int debug_level = 3, errors;
 
9
 gboolean parallelize = TRUE;
 
10
 gboolean expect_warning, tls_available;
 
11
 static int http_debug_level;