commit | 86a8989d4557a09b68f8b78b6c3fb6ad3f23ca6f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Oct 16 08:22:56 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 17 15:20:53 2023 +0200 |
tree | e9d04dd3673999826af30cc489bfc475be1703dd | |
parent | 1b5f3f65cc71341a4f9fc9e89bb6985fde703758 [diff] |
tests/vm: avoid invalid escape in Python string This is an error in Python 3.12; fix it by using a raw string literal or by double-escaping the backslash. Cc: qemu-stable@nongnu.org Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>