me
/
guix
Archived
1
0
Fork 0

gnu: curl: Fix test suite on arm platforms.

* gnu/packages/curl.scm (curl)[arguments]: Adjust the flags in the
custom 'check phase to skip a test instead of ignoring the test result.

Change-Id: Ib2098137b04766988507d2f86832871150cd0af7
master
Efraim Flashner 2023-12-25 11:36:20 +02:00
parent f7bca895b9
commit bdab356332
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -136,9 +136,9 @@
(target-arm32?) (target-arm32?)
(target-aarch64?)) (target-aarch64?))
;; protocol FAIL ;; protocol FAIL
(string-append "TFLAGS=\"~1474 " (string-append "TFLAGS=~1474 "
"~1477 " "!1477 "
job-count "\"") job-count)
(string-append "TFLAGS=\"~1477 " (string-append "TFLAGS=\"~1477 "
job-count "\""))))) job-count "\"")))))
;; The top-level "make check" does "make -C tests quiet-test", which ;; The top-level "make check" does "make -C tests quiet-test", which