summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2015-08-04 13:48:49 -0400
committerJames An2015-08-04 13:48:49 -0400
commit5a4d08e85da7860fdbff2a123e6ccf9b452ef2db (patch)
tree1b5b12314128a35eff9620c6892243719e0c6981
parent0205b4c0dd157c8b9537563051c922a9b26d6177 (diff)
downloadaur-5a4d08e85da7860fdbff2a123e6ccf9b452ef2db.tar.gz
Disabled check() function as the default.
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 019cc55b7fe2..bab2ecd4c0ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,12 +36,12 @@ prepare() {
check() {
cd "$_pkgname"
- msg2 'Testing on Drupal 6'
- UNISH_DRUPAL_MAJOR_VERSION=6 ./unish.sh
- msg2 'Testing on Drupal 7'
- UNISH_DRUPAL_MAJOR_VERSION=7 ./unish.sh
- msg2 'Testing on Drupal 8'
- UNISH_DRUPAL_MAJOR_VERSION=8 ./unish.sh
+ #~ msg2 'Testing on Drupal 6'
+ #~ UNISH_DRUPAL_MAJOR_VERSION=6 ./unish.sh
+ #~ msg2 'Testing on Drupal 7'
+ #~ UNISH_DRUPAL_MAJOR_VERSION=7 ./unish.sh
+ #~ msg2 'Testing on Drupal 8'
+ #~ UNISH_DRUPAL_MAJOR_VERSION=8 ./unish.sh
}
package() {