tests/vm: avoid invalid escape in Python string
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Oct 2023 06:22:56 +0000 (08:22 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Oct 2023 13:20:53 +0000 (15:20 +0200)
commit86a8989d4557a09b68f8b78b6c3fb6ad3f23ca6f
treee9d04dd3673999826af30cc489bfc475be1703dd
parent1b5f3f65cc71341a4f9fc9e89bb6985fde703758
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>
tests/vm/basevm.py