summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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() {