diff options
author | mlumish <mlumish@google.com> | 2014-12-15 14:17:55 -0800 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2014-12-15 14:51:41 -0800 |
commit | 31a829c165027b9a001f21ff161af4a44869e5f6 (patch) | |
tree | d745be61824a445cc3b0f1eb60f1bd57f56825d5 /src/php | |
parent | 028ddde5d0616705251563222c8d5e5a409d9378 (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')
-rwxr-xr-x | src/php/bin/interop_client.sh | 6 |
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 |