guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: zsh-autosuggestions: Disable failing tests.


From: guix-commits
Subject: 01/02: gnu: zsh-autosuggestions: Disable failing tests.
Date: Sun, 4 Jul 2021 06:55:05 -0400 (EDT)

bricewge pushed a commit to branch master
in repository guix.

commit 348c70f3fdb55eb1373dfd57d9128d6f6bede02d
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sun Jul 4 12:39:21 2021 +0200

    gnu: zsh-autosuggestions: Disable failing tests.
    
    * gnu/packages/shellutils.scm (zsh-autosuggestions)[arguments]: Add
    'patch-tests' phase.
---
 gnu/packages/shellutils.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index b60cb08..492aad3 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 aecepoglu <aecepoglu@fastmail.fm>
 ;;; Copyright © 2020 Dion Mendel <guix@dm9.info>
+;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -112,6 +113,10 @@ text.")
     (arguments
      '(#:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'patch-tests
+           (lambda _
+             ;; Failing tests since tmux-3.2a
+             (delete-file "spec/options/buffer_max_size_spec.rb")))
          (delete 'configure)
          (replace 'check ; Tests use ruby's bundler; instead execute rspec 
directly.
            (lambda _



reply via email to

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