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

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Aug 27 12:07:25 UTC 2013


    Date: Tuesday, August 27, 2013 @ 14:07:24
  Author: arodseth
Revision: 96395

Fixed the check function

Modified:
  python-werkzeug/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-27 11:36:53 UTC (rev 96394)
+++ PKGBUILD	2013-08-27 12:07:24 UTC (rev 96395)
@@ -33,20 +33,14 @@
   python2 setup.py build
 }
 
-check_python-werkzeug() {
-  cd "$pkgname-$pkgver"
+check() {
+  cd "python-werkzeug-$pkgver"
+  python setup.py test
 
-  # check currently fails
-  python setup.py test || true
+  cd "python-werkzeug-$pkgver"
+  python2 setup.py test
 }
 
-check_python2-werkzeug() {
-  cd "$pkgname-$pkgver"
-
-  # check currently fails
-  python2 setup.py test || true
-}
-
 package_python-werkzeug() {
   depends+=('python')
   cd "$pkgname-$pkgver"




More information about the arch-commits mailing list