gnu: kdelibs4support: Make test kstandarddirstest pass.
* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases] <check-post-install>: Add workaround for bug in test-case. Update comment.
This commit is contained in:
parent
fa274ab2c0
commit
5bc1efd77d
1 changed files with 5 additions and 2 deletions
|
@ -3343,8 +3343,11 @@ workspace.")
|
||||||
;; enable debug output
|
;; enable debug output
|
||||||
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; enable debug output
|
(setenv "CTEST_OUTPUT_ON_FAILURE" "1") ; enable debug output
|
||||||
(setenv "DBUS_FATAL_WARNINGS" "0")
|
(setenv "DBUS_FATAL_WARNINGS" "0")
|
||||||
;; TODO: Make this tests pass (also see
|
;; Make kstandarddirstest pass (see https://bugs.kde.org/381098)
|
||||||
;; 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" "."
|
(zero? (system* "dbus-launch" "ctest" "."
|
||||||
"-E" "kstandarddirstest|kuniqueapptest")))))))
|
"-E" "kstandarddirstest|kuniqueapptest")))))))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
|
|
Reference in a new issue