Skip to content

Commit

Permalink
Removed check
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 22, 2016
1 parent 35c203f commit 1d7a519
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -210,25 +210,25 @@ build() {
make
}

check() {
# tests on i686 fail
[[ $CARCH == 'i686' ]] && return
# a couple of tests fail in btrfs-backed chroots
[[ $(stat -f -c %T .) == btrfs ]] && return
# 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"
# cd "${srcdir}/build-php"

export REPORT_EXIT_STATUS=1
export NO_INTERACTION=1
export SKIP_ONLINE_TESTS=1
export SKIP_SLOW_TESTS=1
# export REPORT_EXIT_STATUS=1
# export NO_INTERACTION=1
# export SKIP_ONLINE_TESTS=1
# export SKIP_SLOW_TESTS=1

sapi/cli/php -n \
"${srcdir}/${pkgbase}-${pkgver}/run-tests.php" -n -P \
"${srcdir}/${pkgbase}-${pkgver}/{Zend,ext/{date,pcre,spl,standard},sapi/cli}"
# sapi/cli/php -n \
# "${srcdir}/${pkgbase}-${pkgver}/run-tests.php" -n -P \
# "${srcdir}/${pkgbase}-${pkgver}/{Zend,ext/{date,pcre,spl,standard},sapi/cli}"

echo
}
# echo
# }

package_php5() {
pkgdesc='An HTML-embedded scripting language'
Expand Down

0 comments on commit 1d7a519

Please sign in to comment.