mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
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:
parent
96f39990f7
commit
22b224862c
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user