Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2018-11-27 20:45:45 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commit02018f01f19c848e1f69fc56132b74fccf45117e (patch)
treed564ae20b9375e387529443a720c843c8f97c791 /test
parentbc522bcc9489b5a299a78c598e16d217a8d8ed2d (diff)
travis: switch to the Ubuntu Xenial
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/zdtm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/zdtm.py b/test/zdtm.py
index 09ae49a9e..018ad0ec6 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -1740,7 +1740,7 @@ class Launcher:
if sub['log']:
with open(sub['log']) as sublog:
- print(sublog.read().encode('ascii', 'ignore'))
+ print("%s" % sublog.read().encode('ascii', 'ignore').decode('utf-8'))
os.unlink(sub['log'])
return True