all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 47672909d78bfd24e1320bda5cbb69edc2bb403f 620 bytes (raw)
name: gnu/packages/patches/tracker-dbus-test.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
Skip the 'tracker-file-notifier-test' since it wants to start
dbus-daemon and insists on having /etc/machine-id, which is
missing in the build environment.

--- tracker-1.7.2/tests/libtracker-miner/tracker-file-notifier-test.c	2016-03-07 17:07:31.167013848 +0100
+++ tracker-1.7.2/tests/libtracker-miner/tracker-file-notifier-test.c	2016-03-07 17:07:42.419104703 +0100
@@ -752,6 +752,7 @@ main (gint    argc,
 	g_test_init (&argc, &argv, NULL);
 
 	g_test_message ("Testing file notifier");
+	return g_test_run ();			  /* Skip! */
 
 	/* Crawling */
 	test_add ("/libtracker-miner/file-notifier/crawling-non-recursive",

debug log:

solving 4767290 ...
found 4767290 in https://yhetil.org/guix/87d1r5nwbw.fsf@gnu.org/

applying [1/1] https://yhetil.org/guix/87d1r5nwbw.fsf@gnu.org/
diff --git a/gnu/packages/patches/tracker-dbus-test.patch b/gnu/packages/patches/tracker-dbus-test.patch
new file mode 100644
index 0000000..4767290

1:14: space before tab in indent.
 	g_test_init (&argc, &argv, NULL);
1:15: trailing whitespace.
 
1:16: space before tab in indent.
 	g_test_message ("Testing file notifier");
1:18: trailing whitespace.
 
1:19: space before tab in indent.
 	/* Crawling */
Checking patch gnu/packages/patches/tracker-dbus-test.patch...
Applied patch gnu/packages/patches/tracker-dbus-test.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

index at:
100644 47672909d78bfd24e1320bda5cbb69edc2bb403f	gnu/packages/patches/tracker-dbus-test.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.