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

Evangelos Foutras foutrelis at archlinux.org
Sun Dec 6 08:50:56 UTC 2015


    Date: Sunday, December 6, 2015 @ 09:50:55
  Author: foutrelis
Revision: 252667

Skip tests on btrfs-backed chroots

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-06 08:43:30 UTC (rev 252666)
+++ PKGBUILD	2015-12-06 08:50:55 UTC (rev 252667)
@@ -219,6 +219,8 @@
 check() {
 	# tests on i686 fail
 	[[ $CARCH == 'i686' ]] && return
+	# a couple of tests fail in btrfs-backed chroots
+	[[ $(stat -f -c %T .) == btrfs ]] && return
 
 	cd ${srcdir}/build-php
 



More information about the arch-commits mailing list