Re: [libvirt] [PATCH] cputest: Fix name of the file removed by cpu-parse.sh

2017-02-17 Thread Jiri Denemark
On Fri, Feb 17, 2017 at 11:06:46 +0100, Erik Skultety wrote: > On Thu, Feb 16, 2017 at 02:46:04PM +0100, Jiri Denemark wrote: > > We want to remove the file created by > > > > json <<<"$data" >$fname.json > > > > in case it was empty. > > > > Signed-off-by: Jiri Denemark

Re: [libvirt] [PATCH] cputest: Fix name of the file removed by cpu-parse.sh

2017-02-17 Thread Erik Skultety
On Thu, Feb 16, 2017 at 02:46:04PM +0100, Jiri Denemark wrote: > We want to remove the file created by > > json <<<"$data" >$fname.json > > in case it was empty. > > Signed-off-by: Jiri Denemark > --- > tests/cputestdata/cpu-parse.sh | 2 +- > 1 file changed, 1

[libvirt] [PATCH] cputest: Fix name of the file removed by cpu-parse.sh

2017-02-16 Thread Jiri Denemark
We want to remove the file created by json <<<"$data" >$fname.json in case it was empty. Signed-off-by: Jiri Denemark --- tests/cputestdata/cpu-parse.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cputestdata/cpu-parse.sh