diff options
| author | Greg Hogan <code@greghogan.com> | 2024-10-22 18:09:08 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-08-04 03:21:50 +0000 |
| commit | 91944930e58fa434b6d9379852fd5c7b573db8c1 (patch) | |
| tree | 52ad738484ea95fb0ecf729d448a35ec2d588008 /gnu | |
| parent | 8abd3415e376683ec2cc70141726a8fdae1a3ec8 (diff) | |
gnu: inkscape/pinned: Fix tests.
* gnu/packages/inkscape.scm (inkscape/pinned)[arguments]<#:phases>:
Fix argument to test command in 'check.
Change-Id: Ie89a7026f63256afabba038e0fc30e6ab0d8f3a6
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/inkscape.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index c75c4822b37..33a57354dcb 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -260,7 +260,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 |
