[Pkg-owncloud-commits] [php-sabredav] 01/29: Using phpunit.xml.dist

David Prévot taffit at moszumanska.debian.org
Fri Jul 8 00:24:01 UTC 2016


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

taffit pushed a commit to branch master
in repository php-sabredav.

commit ae04f2607ef345dd2385645d8a02c7dbe59994b7
Author: Evert Pot <me at evertpot.com>
Date:   Mon May 9 14:58:24 2016 -0400

    Using phpunit.xml.dist
---
 bin/build.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build.php b/bin/build.php
index 82b1e75..c4ba209 100755
--- a/bin/build.php
+++ b/bin/build.php
@@ -110,7 +110,7 @@ function test() {
 
     echo "  Running all unittests.\n";
     echo "  This may take a while.\n\n";
-    system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml --stop-on-failure', $code);
+    system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml.dist --stop-on-failure', $code);
     if ($code != 0) {
         echo "PHPUnit reported error code $code\n";
         die(1);

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



More information about the Pkg-owncloud-commits mailing list