From 4e9eb794899bb2d096385e6df01714194c36e29c Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Tue, 28 Oct 2014 05:16:54 +0100
Subject: [PATCH] fix test by excluding this check for all vendor repos that
 are not piwik

---
 tests/PHPUnit/Integration/ReleaseCheckListTest.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 0dadfea429..9efa43917e 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -271,6 +271,7 @@ class Test_Piwik_ReleaseCheckListTest extends PHPUnit_Framework_TestCase
                 strpos($file, '/lang/') !== false ||
                 strpos($file, 'yuicompressor') !== false ||
                 strpos($file, '/libs/bower_components') !== false ||
+                (strpos($file, '/vendor') !== false && strpos($file, '/vendor/piwik') === false) ||
                 strpos($file, '/tmp/') !== false
             ) {
                 continue;
-- 
GitLab