]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: make augeas-gentest.pl write to stdout
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 17 Jul 2019 10:39:32 +0000 (11:39 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 9 Aug 2019 13:05:06 +0000 (14:05 +0100)
commit06334b97f15ef6d2cee212185407e837dbf2ead6
treebff9555dc299af8c93281d64ce4af2c4b7484f37
parentb67c1f3d02a8af2804f99f10b1b27f827d99f6f7
build: make augeas-gentest.pl write to stdout

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.

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
build-aux/augeas-gentest.pl
src/bhyve/Makefile.inc.am
src/libxl/Makefile.inc.am
src/locking/Makefile.inc.am
src/logging/Makefile.inc.am
src/lxc/Makefile.inc.am
src/qemu/Makefile.inc.am
src/remote/Makefile.inc.am