Paolo Bonzini 86a8989d45 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>
2023-10-17 15:20:53 +02:00
..
2023-09-08 13:08:52 +03:00
2023-10-17 15:20:53 +02:00
2023-09-08 13:08:52 +03:00

See docs/devel/testing.rst for help.