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

Felix Yan fyan at archlinux.org
Tue Nov 3 08:23:02 UTC 2015


    Date: Tuesday, November 3, 2015 @ 09:23:02
  Author: fyan
Revision: 145754

fix test target

Modified:
  python-extras/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-03 08:08:50 UTC (rev 145753)
+++ PKGBUILD	2015-11-03 08:23:02 UTC (rev 145754)
@@ -28,10 +28,10 @@
 
 check() {
   cd "$srcdir/extras"
-  python -m testtools.run testtools.tests.test_suite
+  python -m testtools.run extras.tests.test_suite
 
   cd "$srcdir/extras-py2"
-  python2 -m testtools.run testtools.tests.test_suite
+  python2 -m testtools.run extras.tests.test_suite
 }
 
 package_python-extras() {



More information about the arch-commits mailing list