Skip to content
Commit a766fc76 authored by Tom Rini's avatar Tom Rini
Browse files

test/py: test_efi_selftest.py: Updates for python 3 support



- In python 3 you must use raw strings for regex as other forms are
  deprecated and would require further changes to the pattern here.
  In one case this lets us have a simpler match pattern.
- As strings are now Unicode our complex tests (Euro symbol,
  SHIFT+ALT+FN 5) we need to declare that as a bytes string and then
  decode it for use.

Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: default avatarTom Rini <trini@konsulko.com>
---
Changes in v2:
- New patch
parent e3fddc0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment