emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28163: closed ([PATCH 1/3] gnu: libksysguard: Enab


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28163: closed ([PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet).)
Date: Thu, 24 Aug 2017 10:47:02 +0000

Your message dated Thu, 24 Aug 2017 12:46:03 +0200
with message-id <address@hidden>
and subject line Re: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all 
working yet)
has caused the debbugs.gnu.org bug report #28163,
regarding [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working 
yet).
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28163: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28163
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet). Date: Sun, 20 Aug 2017 20:07:27 +0200
* gnu/packages/kde.scm (libksysguard)[arguments]<#:phases>'check':
  Set QT_QPA_PLATFORM=offscreen. Enable all tests except of the
  failing one.
---
 gnu/packages/kde.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index a65a61f96..0f21b8a9d 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -301,8 +301,10 @@ used in KDE development tools Kompare and KDevelop.")
              (substitute* "processcore/CMakeLists.txt"
                (("KAUTH_HELPER_INSTALL_DIR") "KDE_INSTALL_LIBEXECDIR"))))
          (replace 'check
-           (lambda _         ;other tests require a display and therefore fail
-             (zero? (system* "ctest" "-R" "chronotest")))))))
+           (lambda _
+             (setenv "QT_QPA_PLATFORM" "offscreen")
+             ;; TODO: Fix this failing test-case
+             (zero? (system* "ctest" "-E" "processtest")))))))
     (home-page "https://www.kde.org/info/plasma-5.10.4.php";)
     (synopsis "Network enabled task and system monitoring")
     (description "KSysGuard can obtain information on system load and
-- 
2.13.5




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/3] gnu: libksysguard: Enable more tests (not all working yet) Date: Thu, 24 Aug 2017 12:46:03 +0200 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1
Pushed as e3c13d044f8c7fdeef5079e16591dc4302f5c31b after moving the
setenf into a phase called "check-setup".

Thanks for reviewing.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | address@hidden               |
| www.crazy-compilers.com | compilers which you thought are impossible |



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]