|
From: | Hermann Peifer |
Subject: | Re: [bug-gawk] make check: 2 TESTS FAILED |
Date: | Fri, 18 Oct 2013 15:25:39 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 |
Just to add that when running test/exit.sh repeatedly, the warning message occurs either once, twice or not at all, see below.
Hermann$ while true; do AWK=./gawk test/exit.sh > /dev/null && echo "=== $((++x)) ==="; done
=== 1 === gawk: warning: error writing standard output (Broken pipe) === 2 === === 3 === gawk: warning: error writing standard output (Broken pipe) === 4 === === 5 === === 6 === gawk: warning: error writing standard output (Broken pipe) === 7 === === 8 === gawk: warning: error writing standard output (Broken pipe) === 9 === === 10 === gawk: warning: error writing standard output (Broken pipe) === 11 === === 12 === gawk: warning: error writing standard output (Broken pipe) === 13 === === 14 === === 15 === gawk: warning: error writing standard output (Broken pipe) === 16 === === 17 === === 18 === gawk: warning: error writing standard output (Broken pipe) gawk: warning: error writing standard output (Broken pipe) === 19 === === 20 === ^C On 2013-10-18 11:54, Hermann Peifer wrote:
Hi, Below 2 issues after running make check. I am using Mac OS X Lion 10.7.5 Regards, Hermann $ git status # On branch master nothing to commit, working directory clean $ ./bootstrap.sh && ./configure && make && make check ... pipeio3 ./pipeio3.ok _pipeio3 differ: byte 43, line 3 make[1]: [pipeio3] Error 1 (ignored) ... exit ./exit.ok _exit differ: byte 5, line 3 make[1]: [exit] Error 1 (ignored) ... 2 TESTS FAILED $ diff test/pipeio3.ok test/_pipeio3 3c3 < sh: 1: cart: not found --- > sh: cart: command not found $ diff test/exit.ok test/_exit 2a3 > gawk: warning: error writing standard output (Broken pipe) 11a13 > gawk: warning: error writing standard output (Broken pipe)
[Prev in Thread] | Current Thread | [Next in Thread] |