Re: [PATCH v2 1/4] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

2018-07-02 Thread Thomas-Mich Richter
On 06/29/2018 07:46 PM, Kim Phillips wrote: > Since we do not specify bash (and/or zsh) as a requirement, use the > standard error redirection that is more widely supported. > > BEFORE: > > $ sudo ./perf test -v 62 > 62: Check open filename arg using perf trace + vfs_getname: > --- start ---

Re: [PATCH v2 1/4] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

2018-07-02 Thread Thomas-Mich Richter
On 06/29/2018 07:46 PM, Kim Phillips wrote: > Since we do not specify bash (and/or zsh) as a requirement, use the > standard error redirection that is more widely supported. > > BEFORE: > > $ sudo ./perf test -v 62 > 62: Check open filename arg using perf trace + vfs_getname: > --- start ---

Re: [PATCH v2 1/4] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

2018-06-29 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 29, 2018 at 12:46:33PM -0500, Kim Phillips escreveu: > Since we do not specify bash (and/or zsh) as a requirement, use the > standard error redirection that is more widely supported. Thanks, applied the 4 patches, - Arnaldo

Re: [PATCH v2 1/4] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

2018-06-29 Thread Arnaldo Carvalho de Melo
Em Fri, Jun 29, 2018 at 12:46:33PM -0500, Kim Phillips escreveu: > Since we do not specify bash (and/or zsh) as a requirement, use the > standard error redirection that is more widely supported. Thanks, applied the 4 patches, - Arnaldo

[PATCH v2 1/4] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

2018-06-29 Thread Kim Phillips
Since we do not specify bash (and/or zsh) as a requirement, use the standard error redirection that is more widely supported. BEFORE: $ sudo ./perf test -v 62 62: Check open filename arg using perf trace + vfs_getname: --- start --- test child forked, pid 27305

[PATCH v2 1/4] perf test shell: Replace '|&' with '2>&1 |' to work with more shells

2018-06-29 Thread Kim Phillips
Since we do not specify bash (and/or zsh) as a requirement, use the standard error redirection that is more widely supported. BEFORE: $ sudo ./perf test -v 62 62: Check open filename arg using perf trace + vfs_getname: --- start --- test child forked, pid 27305