File: 0004-Do-not-call-test-from-all.patch

package info (click to toggle)
php-guzzlehttp 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,560 kB
  • ctags: 2,519
  • sloc: php: 11,610; makefile: 182; python: 22; sh: 6
file content (19 lines) | stat: -rw-r--r-- 469 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?David_Pr=C3=A9vot?= <taffit@debian.org>
Date: Wed, 18 Jun 2014 19:21:26 -0400
Subject: Do not call test from all

Forwarded: not-needed
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 72b5979..5a5923c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: clean coverage docs
+all: docs
 
 start-server: stop-server
 	nodejs vendor/guzzlehttp/ringphp/tests/Client/server.js &> /dev/null &