oom pushed a commit to branch c++-team in repository guix. commit d1ff365e0d82a96baebe31f9295e9a6064208da0 Author: Greg Hogan <c...@greghogan.com> AuthorDate: Tue Oct 22 18:09:08 2024 +0000
gnu: inkscape/pinned: Fix tests. * gnu/packages/inkscape.scm (inkscape/pinned)[arguments]<#:phases>: Fix argument to test command in 'check. Change-Id: Ie89a7026f63256afabba038e0fc30e6ab0d8f3a6 --- gnu/packages/inkscape.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index af2452a217..63cabef519 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -259,7 +259,7 @@ endif()~%~%" '())))) (invoke "make" "-j" job-count "tests") (invoke "ctest" "-j" job-count - "--output-on-error" + "--output-on-failure" "-E" (string-append "(" (string-join skipped-tests "|") ")")))))) (add-after 'install 'glib-or-gtk-compile-schemas