guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: gnu: chicken: Disable port tests.


From: Ricardo Wurmus
Subject: 03/04: gnu: chicken: Disable port tests.
Date: Mon, 21 Mar 2016 21:08:52 +0000

rekado pushed a commit to branch master
in repository guix.

commit 416a5a9a51c96ebc6d0d04be62fa3e9611321294
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Mar 20 23:01:11 2016 +0100

    gnu: chicken: Disable port tests.
    
    * gnu/packages/scheme.scm (chicken)[arguments]: Do not run port tests.
---
 gnu/packages/scheme.scm |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index cb113e8..b8b2dba 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -331,7 +331,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
          (delete 'configure)
          (delete 'check)
          (add-after 'install 'check
-           (assoc-ref %standard-phases 'check)))
+           (assoc-ref %standard-phases 'check))
+         (add-after 'unpack 'disable-broken-tests
+           (lambda _
+             ;; The port tests fail with this error:
+             ;; Error: (line 294) invalid escape-sequence '\x o'
+             (substitute* "tests/runtests.sh"
+               (("\\$interpret -s port-tests\\.scm") ""))
+             #t)))
 
        #:make-flags (let ((out (assoc-ref %outputs "out")))
                       (list "PLATFORM=linux"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]