Skip to content

Commit

Permalink
set LC_ALL to utf-8 and turning debug to mitigate some race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 8, 2015
1 parent d653b60 commit 93bb3d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/rules
Expand Up @@ -3,6 +3,12 @@
export PYBUILD_NAME=duecredit
export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
export PYBUILD_TEST_ARGS=-etest_import_doi

export LC_ALL=C.UTF-8
# there is still some race condition somewhere so injection test on a fast system
# manages to fail... to slow things down -- turning on debug
export DUECREDIT_LOGLEVEL=DEBUG

%:
dh $@ --with python2,python3 --buildsystem=pybuild

Expand Down

0 comments on commit 93bb3d3

Please sign in to comment.