]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu-parse: Wrap with python script
authorTim Wiederhake <twiederh@redhat.com>
Tue, 15 Dec 2020 16:25:02 +0000 (17:25 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 18 Dec 2020 22:20:23 +0000 (23:20 +0100)
commit12f01dcb04eca455754ccf6b3f54517b4d820650
tree4325faf5a88e536be2d2ec053aa294f003f91153
parentb00a7e87f1ebc042c475f6cc984275c26521b803
cpu-parse: Wrap with python script

This changes the invocation from
  ./cpu-gather.py | ./cpu-parse.sh
to
  ./cpu-gather.py [--gather] | ./cpu-gather.py --parse

Signed-off-by: Tim Wiederhake <twiederh@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
tests/cputestdata/cpu-gather.py
tests/cputestdata/cpu-parse.sh