From ce17603e66f1c1b961aa199e93ec42b9ba373050 Mon Sep 17 00:00:00 2001 From: xry111 Date: Thu, 8 Apr 2021 08:32:05 +0000 Subject: [PATCH] tracker & tracker-miners test suite needs tap.py git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk@24448 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- BOOK/gnome/platform/tracker3-miners.xml | 9 ++++++--- BOOK/gnome/platform/tracker3.xml | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/BOOK/gnome/platform/tracker3-miners.xml b/BOOK/gnome/platform/tracker3-miners.xml index 6406fcf61a..5c7833a669 100644 --- a/BOOK/gnome/platform/tracker3-miners.xml +++ b/BOOK/gnome/platform/tracker3-miners.xml @@ -103,8 +103,10 @@ , libcue, libitpcdata, - libosinfo, and - gupnp + libosinfo + gupnp, and + tap.py + (for tests) @@ -143,7 +145,8 @@ ninja To test the results, as the root - user, issue: ninja test. + user, issue: ninja test. 38 tests will fail if the + Python 3 module tap.py is not installed. diff --git a/BOOK/gnome/platform/tracker3.xml b/BOOK/gnome/platform/tracker3.xml index 234b6eb72b..07cf5af2a5 100644 --- a/BOOK/gnome/platform/tracker3.xml +++ b/BOOK/gnome/platform/tracker3.xml @@ -107,8 +107,10 @@ , , - bash-completion, and - libstemmer + bash-completion, + libstemmer, and + tap.py + (for tests) @@ -141,6 +143,7 @@ ninja To test the results, issue: ninja test. The tests should be run from a graphical session. One test, tracker:functional/portal, is known to timeout. + 14 tests will fail if the Python 3 module tap.py is not installed. -- 2.11.4.GIT