mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-21 19:02:25 +00:00
cpu-gather: Delete old script
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d828870d2d
commit
82878ba049
@ -232,11 +232,6 @@ def main():
|
||||
for o in model:
|
||||
print(json.dumps(o))
|
||||
|
||||
print(end="", flush=True)
|
||||
os.environ["CPU_GATHER_PY"] = "true"
|
||||
os.environ["qemu"] = args.path_to_qemu
|
||||
subprocess.check_call("./cpu-gather.sh")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -z "${CPU_GATHER_PY}" ]; then
|
||||
echo >&2 "Do not call this script directly. Use 'cpu-gather.py' instead."
|
||||
exit 1
|
||||
fi
|
Loading…
x
Reference in New Issue
Block a user