gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: fix #5094 as suggested by r


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix #5094 as suggested by reporter
Date: Mon, 24 Jul 2017 18:57:23 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 09d06d08c fix #5094 as suggested by reporter
09d06d08c is described below

commit 09d06d08c6a55abc81557a87a778660f739ba327
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jul 24 18:56:26 2017 +0200

    fix #5094 as suggested by reporter
---
 src/fs/test_gnunet_fs_psd.py.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/fs/test_gnunet_fs_psd.py.in b/src/fs/test_gnunet_fs_psd.py.in
index c5966d48a..87fcf1130 100755
--- a/src/fs/test_gnunet_fs_psd.py.in
+++ b/src/fs/test_gnunet_fs_psd.py.in
@@ -24,6 +24,11 @@ import subprocess
 import re
 import shutil
 
+# Force encoding to utf-8, as this test otherwise fails
+# on some systems (see #5094).
+reload(sys)
+sys.setdefaultencoding('utf8')
+
 srcdir = "../.."
 gnunet_pyexpect_dir = os.path.join (srcdir, "contrib")
 if gnunet_pyexpect_dir not in sys.path:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]