1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00
nixpkgs/nixos/lib/test-driver
Erik Arvstedt 5bdb653baf test-driver.py: fix decoding of VM output
The codec format 'unicode_escape' was introduced in 52ee102 to handle
undecodable bytes in boot menus.

This made the problem worse as unicode chars outside of iso-8859-1
produce garbled output and valid utf-8 strings (such as "\x" ) trigger
decoding errors.

Fix this by using the default 'utf-8' codec and by explicitly ignoring
decoding errors.
2020-01-14 15:52:44 -08:00
..
log2html.xsl
logfile.css
Logger.pm test-driver: Logs time taken for nests 2019-01-11 22:36:31 -05:00
Machine.pm nixos-test-driver: allow configuration of net frontend and backend 2019-07-22 13:44:27 +03:00
test-driver.pl
test-driver.py test-driver.py: fix decoding of VM output 2020-01-14 15:52:44 -08:00
treebits.js