Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/interop_matrix/
Dcreate_testcases.sh29 CMDS_SH="${GRPC_ROOT}/interop_client_cmds.sh"
36 [ -z "$testcase" ] && testcase=$CMDS_SH
48 [ -e "$CMDS_SH" ] && rm $CMDS_SH
68 [ -z "$SKIP_TEST" ] && (echo "Running test cases: $CMDS_SH"; sh $CMDS_SH)
74 diff $testcase $CMDS_SH || true
76 mv $CMDS_SH $testcase
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/
Dcreate_testcases.sh29 CMDS_SH="${GRPC_ROOT}/interop_client_cmds.sh"
36 [ -z "$testcase" ] && testcase=$CMDS_SH
48 [ -e "$CMDS_SH" ] && rm $CMDS_SH
68 [ -z "$SKIP_TEST" ] && (echo "Running test cases: $CMDS_SH"; sh $CMDS_SH)
74 diff $testcase $CMDS_SH || true
76 mv $CMDS_SH $testcase