Merge pull request #12796 from pongad/fix-php

php: fix scenario_config command
pull/13030/head
Stanley Cheung 8 years ago committed by GitHub
commit b5897b90c3
  1. 2
      tools/run_tests/performance/scenario_config.py

@ -809,7 +809,7 @@ class Php7Language:
def worker_cmdline(self):
if self.php7_protobuf_c:
return ['tools/run_tests/performance/run_worker_php.sh --use_protobuf_c_extension']
return ['tools/run_tests/performance/run_worker_php.sh', '--use_protobuf_c_extension']
return ['tools/run_tests/performance/run_worker_php.sh']
def worker_port_offset(self):

Loading…
Cancel
Save