[Pkg-zsh-commits] [zsh] 02/02: Add patch which hopefully fixes test suite failures on Jenkins builds

Axel Beckert abe at deuxchevaux.org
Mon Dec 2 17:59:15 UTC 2013


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 04b8f147ca94c1a9698cc1b9f7ebb95c89df957b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 2 18:58:28 2013 +0100

    Add patch which hopefully fixes test suite failures on Jenkins builds
---
 .../patches/fix-A05execution-ztst-setopt-MONITOR.patch   | 16 ++++++++++++++++
 debian/patches/series                                    |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch b/debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch
new file mode 100644
index 0000000..4e4f1a9
--- /dev/null
+++ b/debian/patches/fix-A05execution-ztst-setopt-MONITOR.patch
@@ -0,0 +1,16 @@
+Description: Make A05execution.ztst not fail if setopt MONITOR fails
+Author: Bart E. Schaefer <schaefer at brasslantern.com>
+
+diff --git a/Test/A05execution.ztst b/Test/A05execution.ztst
+index ba7e02c..61f6f5a 100644
+--- a/Test/A05execution.ztst
++++ b/Test/A05execution.ztst
+@@ -179,7 +179,7 @@
+ 0:Status reset by starting a backgrounded command
+ >0
+
+-  setopt MONITOR
++  { setopt MONITOR } 2>/dev/null
+   [[ -o MONITOR ]] || print -u $ZTST_fd 'Unable to change MONITOR option'
+   repeat 2048; do (return 2 |
+                    return 1 |
diff --git a/debian/patches/series b/debian/patches/series
index 2268b43..e1df562 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 replace-texi2html-with-makeinfo
 use-dev-null-instead-of-dev-tty-for-dash-c-test.patch
+fix-A05execution-ztst-setopt-MONITOR.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list