]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Mark log files to use utf-8 encoding
authorJouni Malinen <jouni@codeaurora.org>
Mon, 18 Feb 2019 16:19:06 +0000 (18:19 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 18 Feb 2019 16:19:06 +0000 (18:19 +0200)
commit5a3a1319931a87ba8bcc652b09aeeb18b8aee6ed
tree0eab74e4cdc6c567ccf2a7bcce40034f66061a61
parent432496cdd8270ea0aeda3208b3c53e4f9f3f1ab1
tests: Mark log files to use utf-8 encoding

This seems to be needed when using python3 in VM for the ssid_utf8 test
case debug prints from the control interface requests. This breaks
python2 support for the same logging entries, but there does not seem to
be any easy way of addressing this in a manner that works for both
python versions, so move ahead with the python3-only support from now
on.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/run-tests.py