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

Evangelos Foutras foutrelis at archlinux.org
Sun Jul 8 19:31:23 UTC 2018


    Date: Sunday, July 8, 2018 @ 19:31:22
  Author: foutrelis
Revision: 355201

Remove hardcoded Python version

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-08 19:26:54 UTC (rev 355200)
+++ PKGBUILD	2018-07-08 19:31:22 UTC (rev 355201)
@@ -33,7 +33,7 @@
 }
 
 check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-"*
   LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
     --benchmark-skip --pyargs borg.testsuite -v \
     -k 'not test_non_ascii_acl'



More information about the arch-commits mailing list