Use BITMESSAGE_HOME with non-ascii character for core tests

This commit is contained in:
Dmitri Bogomolov 2020-10-26 14:42:55 +02:00
parent eed2b3fc82
commit 404558e002
Signed by untrusted user: g1itch
GPG Key ID: 720A756F18DEED13

View File

@ -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