Home
last modified time | relevance | path

Searched refs:LIBRUBY_DEPENDENCY_EXISTS (Results 1 – 1 of 1) sorted by relevance

/third_party/grpc/test/distrib/ruby/
Drun_distrib_test.sh48 LIBRUBY_DEPENDENCY_EXISTS="$(find "$INSTALLATION_DIR" -name 'grpc_c.so' -exec ldd {} \; | grep -c '…
49 if [[ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ]]; then
56 if [ "$LIBRUBY_DEPENDENCY_EXISTS" != 0 ] || [ "$DEPENDENCY_NOT_FOUND" != 0 ]; then