guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: git: Remove unreliable git-svn tests.


From: Ludovic Courtès
Subject: 05/05: gnu: git: Remove unreliable git-svn tests.
Date: Mon, 4 Dec 2017 10:35:51 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit c7699ebeb4233d81f294ff7e8b8eb3676119ae4a
Author: Ludovic Courtès <address@hidden>
Date:   Mon Dec 4 16:33:59 2017 +0100

    gnu: git: Remove unreliable git-svn tests.
    
    Reported in <https://bugs.gnu.org/29546>
    by Mark H Weaver <address@hidden>.
    
    * gnu/packages/version-control.scm (git)[arguments]: In 'patch-tests'
    phase, delete three git-svn tests.
---
 gnu/packages/version-control.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index f7550cb..ba985f6 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -245,6 +245,13 @@ as well as the classic centralized workflow.")
             ;; FIXME: Some hooks fail with "basename: command not found".
             ;; See 't/trash directory.t9164.../svn-hook.log'.
             (delete-file "t/t9164-git-svn-dcommit-concurrent.sh")
+
+            ;; XXX: These tests fail intermittently for unknown reasons:
+            ;; <https://bugs.gnu.org/29546>.
+            (for-each delete-file
+                      '("t/t9128-git-svn-cmd-branch.sh"
+                        "t/t9167-git-svn-cmd-branch-subproject.sh"
+                        "t/t9141-git-svn-multiple-branches.sh"))
             #t))
         (add-after 'install 'install-shell-completion
           (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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