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: Ib2098137b04766988507d2f86832871150cd0af7master
parent
f7bca895b9
commit
bdab356332
|
@ -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
|
||||||
|
|
Reference in New Issue