aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/bin
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:25:21 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 09:25:21 -0800
commitce5021b0b9f3d99f606ddf82b56f86077c5adc5a (patch)
tree06e9419cad5b564368a43c3358ba102cc1f4450c /src/php/bin
parentfa61eade82e6ea9157717cb8366cefd41b34b920 (diff)
Add missing new-lines at end of file
Diffstat (limited to 'src/php/bin')
-rwxr-xr-xsrc/php/bin/interop_client.sh2
-rwxr-xr-xsrc/php/bin/run_gen_code_test.sh2
-rwxr-xr-xsrc/php/bin/run_tests.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/php/bin/interop_client.sh b/src/php/bin/interop_client.sh
index e422e93989..2c61ea8aa0 100755
--- a/src/php/bin/interop_client.sh
+++ b/src/php/bin/interop_client.sh
@@ -32,4 +32,4 @@
set +e
cd $(dirname $0)
php -d extension_dir=../ext/grpc/modules/ -d extension=grpc.so \
- ../tests/interop/interop_client.php $@ 1>&2 \ No newline at end of file
+ ../tests/interop/interop_client.php $@ 1>&2
diff --git a/src/php/bin/run_gen_code_test.sh b/src/php/bin/run_gen_code_test.sh
index a1d760a5b0..3f176fb5e4 100755
--- a/src/php/bin/run_gen_code_test.sh
+++ b/src/php/bin/run_gen_code_test.sh
@@ -31,4 +31,4 @@
cd $(dirname $0)
GRPC_TEST_HOST=localhost:7070 php -d extension_dir=../ext/grpc/modules/ \
-d extension=grpc.so /usr/local/bin/phpunit -v --debug --strict \
- ../tests/generated_code/GeneratedCodeTest.php \ No newline at end of file
+ ../tests/generated_code/GeneratedCodeTest.php
diff --git a/src/php/bin/run_tests.sh b/src/php/bin/run_tests.sh
index 33bfe289e2..c3358ed899 100755
--- a/src/php/bin/run_tests.sh
+++ b/src/php/bin/run_tests.sh
@@ -43,4 +43,4 @@ done
php \
-d extension_dir=../ext/grpc/modules/ \
-d extension=grpc.so \
- `which phpunit` -v --debug --strict ../tests/unit_tests \ No newline at end of file
+ `which phpunit` -v --debug --strict ../tests/unit_tests