[arch-commits] Commit in python-sphinx/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sun Dec 18 20:58:42 UTC 2016
Date: Sunday, December 18, 2016 @ 20:58:42
Author: demize
Revision: 200206
Fix test suite
Modified:
python-sphinx/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-18 20:47:33 UTC (rev 200205)
+++ PKGBUILD 2016-12-18 20:58:42 UTC (rev 200206)
@@ -70,12 +70,12 @@
check() {
msg2 'Python 3 version'
cd "$srcdir"/Sphinx-$pkgver
-# make PYTHON=python3 test
+ LC_ALL="en_US.UTF-8" make PYTHON=python3 test
rm -r tests
msg2 'Python 2 version'
cd "$srcdir"/Sphinx-${pkgver}2
-# make PYTHON=python2 test
+ LC_ALL="en_US.UTF-8" make PYTHON=python2 test
rm -r tests
}
More information about the arch-commits
mailing list