Re: [Xen-devel] [OSSTEST PATCH] ts-host-ping-check: Properly append the ping output

2015-10-20 Thread Ian Campbell
On Mon, 2015-10-19 at 17:14 +0100, Ian Jackson wrote: > On Linux opening /dev/stderr produces a non-O_APPEND open-file, with > its own file position pointer, even if stderr was opened O_APPEND. > > As a result the logfile from this step would be mangled. So use > `tee -a'. > > Signed-off-by: Ian

[Xen-devel] [OSSTEST PATCH] ts-host-ping-check: Properly append the ping output

2015-10-19 Thread Ian Jackson
On Linux opening /dev/stderr produces a non-O_APPEND open-file, with its own file position pointer, even if stderr was opened O_APPEND. As a result the logfile from this step would be mangled. So use `tee -a'. Signed-off-by: Ian Jackson --- ts-host-ping-check |2 +- 1 file changed, 1 inser