summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorHåkon Hitland <hakon.hitland@zedge.net>2016-11-17 16:18:03 +0100
committerJens Geyer <jensg@apache.org>2016-12-17 19:52:36 +0100
commitf39d4c8535472db962930fb22d733a4f32ed6fc1 (patch)
treead6d730f9e1a7296b6498df09075f28d5985367a /test/tests.json
parent485e0c4a03c2ec852a64c4552a8918e93663056f (diff)
downloadthrift-f39d4c8535472db962930fb22d733a4f32ed6fc1.tar.gz
THRIFT-3886 PHP cross test client returns 0 even when failing
Client: PHP Patch: Håkon Hitland <hakon.hitland@zedge.net> This closes #1131
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
index 0dbc8bff6..2460b837e 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -416,6 +416,12 @@
],
"command": [
"php",
+ "-dextension_dir=../../lib/php/src/ext/thrift_protocol/modules/",
+ "--php-ini=../../lib/php/thrift_protocol.ini",
+ "--no-php-ini",
+ "-ddisplay_errors=stderr",
+ "-dlog_errors=0",
+ "-derror_reporting=E_ALL",
"TestClient.php"
]
},