[Pkg-owncloud-commits] [owncloud] 100/123: do not execute integration tests when executing autotest.sh

David Prévot taffit at moszumanska.debian.org
Tue May 19 23:55:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 18661ceb634a6d3e727ea21d89fa56de1eff9e58
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Fri May 15 16:38:21 2015 +0200

    do not execute integration tests when executing autotest.sh
---
 tests/apps.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/apps.php b/tests/apps.php
index 3e27b81..f13a996 100644
--- a/tests/apps.php
+++ b/tests/apps.php
@@ -7,6 +7,9 @@
  */
 
 function loadDirectory($path) {
+	if (strpos($path, 'integration')) {
+		return;
+	}
 	if ($dh = opendir($path)) {
 		while ($name = readdir($dh)) {
 			if ($name[0] !== '.') {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list