diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-05-22 21:47:43 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-05-22 21:47:43 -0700 |
commit | 9dae9703e2da9431dbbe0ed3c7b2ba9c76feef9e (patch) | |
tree | fb13190cdec9e8f5d53496ba404a1ab1352767dd /tools/internal_ci/linux | |
parent | 18ce0cf26e733647b33cbaafee57245fdfb932e7 (diff) |
cleanup in run_tests_scripts
Diffstat (limited to 'tools/internal_ci/linux')
-rwxr-xr-x | tools/internal_ci/linux/grpc_run_tests_matrix.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/internal_ci/linux/grpc_run_tests_matrix.sh b/tools/internal_ci/linux/grpc_run_tests_matrix.sh index 1018708f96..4e7515227b 100755 --- a/tools/internal_ci/linux/grpc_run_tests_matrix.sh +++ b/tools/internal_ci/linux/grpc_run_tests_matrix.sh @@ -29,9 +29,6 @@ fi tools/run_tests/run_tests_matrix.py $RUN_TESTS_FLAGS || FAILED="true" -# Reveal leftover processes that might be left behind by the build -ps aux | grep -i kbuilder - echo 'Exiting gRPC main test script.' if [ "$FAILED" != "" ] |