summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorHÃ¥kon Hitland <hakon.hitland@zedge.net>2017-07-25 16:38:26 +0200
committerJames E. King, III <jking@apache.org>2017-09-22 08:00:47 -0700
commit9462edb06eab38a180eb83277d08d377402775d5 (patch)
treee2c681af5764d863276a98fb8580a00b70efb207 /test/tests.json
parent2d8b17890cf67032e9cb0da21eea940a265261ff (diff)
downloadthrift-9462edb06eab38a180eb83277d08d377402775d5.tar.gz
THRIFT-4264: Fix PHP tests requiring sockets.so
Client: php This closes #1315
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests.json b/test/tests.json
index 2b846018b..a92648652 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -465,8 +465,8 @@
],
"command": [
"php",
- "-dextension_dir=../../lib/php/src/ext/thrift_protocol/modules/",
- "--php-ini=../../lib/php/thrift_protocol.ini",
+ "-dextension_dir=php_ext_dir",
+ "--php-ini=test_php.ini",
"--no-php-ini",
"-ddisplay_errors=stderr",
"-dlog_errors=0",