diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2017-12-04 16:33:59 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-04 16:35:43 +0100 |
| commit | c7699ebeb4233d81f294ff7e8b8eb3676119ae4a (patch) | |
| tree | b1583e0748d39d0e79d435e17a55aa218b42bfe9 | |
| parent | aa1d47e72ee23aa38bbd9d216d68c8ebef351420 (diff) | |
gnu: git: Remove unreliable git-svn tests.
Reported in <https://bugs.gnu.org/29546>
by Mark H Weaver <mhw@netris.org>.
* gnu/packages/version-control.scm (git)[arguments]: In 'patch-tests'
phase, delete three git-svn tests.
| -rw-r--r-- | gnu/packages/version-control.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index f7550cb5c8f..ba985f60789 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -245,6 +245,13 @@ as well as the classic centralized workflow.") | |||
| 245 | ;; FIXME: Some hooks fail with "basename: command not found". | 245 | ;; FIXME: Some hooks fail with "basename: command not found". |
| 246 | ;; See 't/trash directory.t9164.../svn-hook.log'. | 246 | ;; See 't/trash directory.t9164.../svn-hook.log'. |
| 247 | (delete-file "t/t9164-git-svn-dcommit-concurrent.sh") | 247 | (delete-file "t/t9164-git-svn-dcommit-concurrent.sh") |
| 248 | |||
| 249 | ;; XXX: These tests fail intermittently for unknown reasons: | ||
| 250 | ;; <https://bugs.gnu.org/29546>. | ||
| 251 | (for-each delete-file | ||
| 252 | '("t/t9128-git-svn-cmd-branch.sh" | ||
| 253 | "t/t9167-git-svn-cmd-branch-subproject.sh" | ||
| 254 | "t/t9141-git-svn-multiple-branches.sh")) | ||
| 248 | #t)) | 255 | #t)) |
| 249 | (add-after 'install 'install-shell-completion | 256 | (add-after 'install 'install-shell-completion |
| 250 | (lambda* (#:key outputs #:allow-other-keys) | 257 | (lambda* (#:key outputs #:allow-other-keys) |
