aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/bin
diff options
context:
space:
mode:
authorGravatar mlumish <mlumish@google.com>2014-12-15 14:17:55 -0800
committerGravatar Michael Lumish <mlumish@google.com>2014-12-15 14:51:41 -0800
commit31a829c165027b9a001f21ff161af4a44869e5f6 (patch)
treed745be61824a445cc3b0f1eb60f1bd57f56825d5 /src/php/bin
parent028ddde5d0616705251563222c8d5e5a409d9378 (diff)
Moved interop client script to the same directory as other scripts. This also moves it into the filegroup for the opensource build.
Change on 2014/12/15 by mlumish <mlumish@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82175252
Diffstat (limited to 'src/php/bin')
-rwxr-xr-xsrc/php/bin/interop_client.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/php/bin/interop_client.sh b/src/php/bin/interop_client.sh
new file mode 100755
index 0000000000..e934c8db97
--- /dev/null
+++ b/src/php/bin/interop_client.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set +e
+cd $(dirname $0)
+php -d extension_dir=../ext/grpc/modules/ -d extension=grpc.so \
+ ../tests/interop/interop_client.php $@ 1>&2