oom pushed a commit to branch c++-team
in repository guix.

commit 60a1383e037a2c9f4ea9c6f234c22c4f0640126d
Author: Greg Hogan <c...@greghogan.com>
AuthorDate: Tue Oct 22 18:09:08 2024 +0000

    gnu: inkscape/stable: Fix tests.
    
    * gnu/packages/inkscape.scm (inkscape/stable)[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 ea98a1f285..c813c61e9d 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -257,7 +257,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

Reply via email to