From: Tim Wiederhake Date: Tue, 15 Dec 2020 16:25:00 +0000 (+0100) Subject: cpu-gather: Delete old script X-Git-Tag: v7.0.0-rc1~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82878ba049a86a0bfe3ccd1036029bc89c6e844d;p=thirdparty%2Flibvirt.git cpu-gather: Delete old script Signed-off-by: Tim Wiederhake Reviewed-by: Michal Privoznik --- diff --git a/tests/cputestdata/cpu-gather.py b/tests/cputestdata/cpu-gather.py index c639c433d2..9c609aa6e9 100755 --- a/tests/cputestdata/cpu-gather.py +++ b/tests/cputestdata/cpu-gather.py @@ -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() diff --git a/tests/cputestdata/cpu-gather.sh b/tests/cputestdata/cpu-gather.sh deleted file mode 100755 index 5cef26c8e6..0000000000 --- a/tests/cputestdata/cpu-gather.sh +++ /dev/null @@ -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