[folks/wip/nielsdg/fix-ci-timeout] wip
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/wip/nielsdg/fix-ci-timeout] wip
- Date: Sat, 6 Jun 2020 12:45:18 +0000 (UTC)
commit 9ee2355d264f2eb074b0d4465a0d16277709535f
Author: Niels De Graef <nielsdegraef gmail com>
Date: Fri Jun 5 13:36:39 2020 +0200
wip
tests/eds/add-persona.vala | 1 +
tests/meson.build | 1 +
2 files changed, 2 insertions(+)
---
diff --git a/tests/eds/add-persona.vala b/tests/eds/add-persona.vala
index ce64ce19..f95aee2f 100644
--- a/tests/eds/add-persona.vala
+++ b/tests/eds/add-persona.vala
@@ -346,6 +346,7 @@ public class AddPersonaTests : EdsTest.TestCase
private void _notify_cb (Object individual_obj, ParamSpec ps)
{
+ debug ("_notify_cb called for ps '%s'", ps.get_name());
Folks.Individual i = (Folks.Individual) individual_obj;
this._check_properties.begin (i);
}
diff --git a/tests/meson.build b/tests/meson.build
index 6a7fa29c..3ac3ec49 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -26,6 +26,7 @@ common_test_vala_flags = [
common_test_environment = environment()
common_test_environment.append('FOLKS_BACKEND_PATH', folks_backend_path_uninstalled)
+common_test_environment.append('G_MESSAGES_DEBUG', 'all')
# The tests, grouped in a directory per backend
subdir('dummy')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]