[geary/mjog/imap-connection-fixes: 34/34] test/test-integration.vala: Enable network message logging
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/imap-connection-fixes: 34/34] test/test-integration.vala: Enable network message logging
- Date: Thu, 26 Mar 2020 21:34:03 +0000 (UTC)
commit 5fd9ce84889615bff96e36052bbbafec23f72ea5
Author: Michael Gratton <mike vee net>
Date: Fri Mar 27 08:29:55 2020 +1100
test/test-integration.vala: Enable network message logging
Makes it easier to work out what is going wrong when tests fail.
test/test-integration.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/test/test-integration.vala b/test/test-integration.vala
index 4a20af93..a9ed1d82 100644
--- a/test/test-integration.vala
+++ b/test/test-integration.vala
@@ -36,6 +36,7 @@ int main(string[] args) {
Geary.HTML.init();
Geary.Logging.init();
Geary.Logging.log_to(stderr);
+ Geary.Logging.enable_flags(Geary.Logging.Flag.NETWORK);
GLib.Log.set_writer_func(Geary.Logging.default_log_writer);
Integration.Configuration config = load_config(args);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]