From 404558e0020ab25e93310326e7e1293f64fab388 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Mon, 26 Oct 2020 14:42:55 +0200 Subject: [PATCH] Use BITMESSAGE_HOME with non-ascii character for core tests --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ac4d386..df83357b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,8 @@ script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then xvfb-run src/bitmessagemain.py -t; else + export BITMESSAGE_HOME=$(pwd)/$(echo -e "Pou\u017e\u00edvatel"); + mkdir ${BITMESSAGE_HOME}; python src/bitmessagemain.py -t; fi - python setup.py test