diff options
author | Craig Tiller <ctiller@google.com> | 2015-01-16 13:02:33 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-01-16 13:02:33 -0800 |
commit | 1b3a881f8fbf00a7b278cf60cc37b892c751c10a (patch) | |
tree | c1449db71a8e7c3c8be2af1f0808d4949c0f5463 | |
parent | 1c76a7bad8b7ad73da4e9cb9b0c9e2bb621d6a26 (diff) |
Dont hardcode phpunit director
-rwxr-xr-x | src/php/bin/run_tests.sh | 2 |
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 |