Re: [libvirt] [PATCH 01/41] build: make augeas-gentest.pl write to stdout

2019-07-25 Thread Andrea Bolognani
On Tue, 2019-07-23 at 17:02 +0100, Daniel P. Berrangé wrote: > The augeas-gentest.pl program merges a config file into a augeas > file, saving the output to a new file. It is going to be useful > to further process the output file, and it would be easier if this can > be done with a pipeline, so

[libvirt] [PATCH 01/41] build: make augeas-gentest.pl write to stdout

2019-07-23 Thread Daniel P . Berrangé
The augeas-gentest.pl program merges a config file into a augeas file, saving the output to a new file. It is going to be useful to further process the output file, and it would be easier if this can be done with a pipeline, so change augeas-gentest.pl to write to stdout instead of a file.