Commit 2354a90008043b0679e46c09165a9e53e47d39ab

Christoph Reiter 2020-04-18T20:28:25

tests: fix subset/run-tests.py under Windows It assumed that stdout of a subprocess in binary mode was using utf-8 which isn't the case. Instead open stdout of the subprocess in text mode and let Python handle the decoding.