[arch-commits] Commit in python-oslotest/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Fri Feb 26 07:54:25 UTC 2016


    Date: Friday, February 26, 2016 @ 08:54:25
  Author: fyan
Revision: 163479

fix testr as it doesn't run python2 without setting $PYTHON

Modified:
  python-oslotest/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-26 07:02:51 UTC (rev 163478)
+++ PKGBUILD	2016-02-26 07:54:25 UTC (rev 163479)
@@ -36,7 +36,7 @@
   python setup.py testr
 
   cd "$srcdir"/oslotest-py2
-  python2 setup.py testr
+  PYTHON=python2 python2 setup.py testr
 }
 
 package_python-oslotest() {



More information about the arch-commits mailing list