unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 29103@debbugs.gnu.org
Subject: [bug#29103] [PATCH 3/6] gnu: kdelibs4support: Make test kstandarddirstest pass.
Date: Wed,  1 Nov 2017 15:41:43 +0100	[thread overview]
Message-ID: <20171101144146.15687-3-h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <20171101144146.15687-1-h.goebel@crazy-compilers.com>

* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases]
  <check-post-install>: Add workaround for bug in test-case.
  Update comment.
---
 gnu/packages/kde-frameworks.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 28a10de4b..c1cf4e4aa 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3348,8 +3348,11 @@ workspace.")
              ;; enable debug output
              (setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; enable debug output
              (setenv "DBUS_FATAL_WARNINGS" "0")
-             ;; TODO: Make this tests pass (also see
-             ;; https://bugs.kde.org/381098)
+             ;; Make kstandarddirstest pass (see https://bugs.kde.org/381098)
+             (mkdir-p ".kde-unit-test/xdg/config")
+             (with-output-to-file ".kde-unit-test/xdg/config/foorc"
+               (lambda () #t))  ;; simply touch the file
+             ;; kuniqueapptest hangs. TODO: Make this test pass.
              (zero? (system* "dbus-launch" "ctest" "."
                              "-E" "kstandarddirstest|kuniqueapptest")))))))
     (home-page "https://community.kde.org/Frameworks")
-- 
2.13.5

  parent reply	other threads:[~2017-11-01 14:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 12:48 [bug#29103] [PATCH 0/6] KDE Updates Hartmut Goebel
2017-11-01 14:41 ` [bug#29103] [PATCH 1/6] gnu: kde-frameworks: Update to 5.39.0 Hartmut Goebel
2017-11-01 14:41   ` [bug#29103] [PATCH 2/6] gnu: kimageformats: Update comment Hartmut Goebel
2017-11-01 14:41   ` Hartmut Goebel [this message]
2017-11-01 14:41   ` [bug#29103] [PATCH 4/6] gnu: krunner: Make all tests pass Hartmut Goebel
2017-11-01 14:41   ` [bug#29103] [PATCH 5/6] gnu: solid: Enable building interface for qml Hartmut Goebel
2017-11-01 14:41   ` [bug#29103] [PATCH 6/6] gnu: libksysguard: Update to 5.11.2 Hartmut Goebel
     [not found] ` <handler.29103.B.15095405208424.ack@debbugs.gnu.org>
2017-11-02  8:27   ` bug#29103: Acknowledgement ([PATCH 0/6] KDE Updates) Hartmut Goebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171101144146.15687-3-h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=29103@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).