aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-16 13:02:33 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-16 13:02:33 -0800
commit1b3a881f8fbf00a7b278cf60cc37b892c751c10a (patch)
treec1449db71a8e7c3c8be2af1f0808d4949c0f5463
parent1c76a7bad8b7ad73da4e9cb9b0c9e2bb621d6a26 (diff)
Dont hardcode phpunit director
-rwxr-xr-xsrc/php/bin/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh
index d221e66642..50175e5b06 100755
--- a/src/php/bin/run_tests.sh
+++ b/src/php/bin/run_tests.sh
@@ -3,4 +3,4 @@
# against it
cd $(dirname $0)
php -d extension_dir=../ext/grpc/modules/ -d extension=grpc.so \
- /usr/local/bin/phpunit -v --debug --strict ../tests/unit_tests
+ phpunit -v --debug --strict ../tests/unit_tests