tests: Add a debug message to gdbus-peer test

This might help diagnose the CI test failure here:
https://gitlab.gnome.org/GNOME/glib/-/jobs/8222

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall 2018-02-19 11:11:36 +00:00
parent 96f39990f7
commit 22b224862c

View File

@ -1682,6 +1682,7 @@ codegen_test_peer (void)
NULL, &error);
g_assert_no_error (error);
g_variant_get (value, "(&s)", &s);
g_test_message ("Machine ID: %s", s);
g_assert (g_dbus_is_guid (s));
g_variant_unref (value);