Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/test/distrib/ruby/
Drun_distrib_test.sh27 PACKAGE_TYPE="$3"
30 if [[ "$PACKAGE_TYPE" == "source" ]]; then
33 [[ "$PACKAGE_TYPE" == "binary" ]] || die "unexpeced package type: $PACKAGE_TYPE"
53 [[ "$PACKAGE_TYPE" == "source" ]] && exit 0