[glib: 3/5] tests: Remove extra debugging from gdbus-connection-flush




commit 648f9efce0dcff34691cbf38a5bc51ae69c397b8
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Feb 18 13:23:22 2022 +0000

    tests: Remove extra debugging from gdbus-connection-flush
    
    Having compared the debug output, it doesn’t show anything unusual
    happening that can’t already be seen from other output, for this test.
    
    This is a partial revert of 8fd71dccc5. The debugging output it added to
    other tests may still be useful.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Helps: #1929

 gio/tests/gdbus-connection-flush.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gio/tests/gdbus-connection-flush.c b/gio/tests/gdbus-connection-flush.c
index c1bdd37bb..a48e263b5 100644
--- a/gio/tests/gdbus-connection-flush.c
+++ b/gio/tests/gdbus-connection-flush.c
@@ -368,9 +368,6 @@ main (int   argc,
 {
   gint ret;
 
-  /* FIXME: Add debug for https://gitlab.gnome.org/GNOME/glib/issues/1929 */
-  g_setenv ("G_DBUS_DEBUG", "authentication", TRUE);
-
   g_test_init (&argc, &argv, NULL);
 
   g_test_add ("/gdbus/connection/flush/busy", Fixture, NULL,


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