aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/macos/grpc_run_tests_matrix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/internal_ci/macos/grpc_run_tests_matrix.sh')
-rwxr-xr-xtools/internal_ci/macos/grpc_run_tests_matrix.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/internal_ci/macos/grpc_run_tests_matrix.sh b/tools/internal_ci/macos/grpc_run_tests_matrix.sh
index 9a43e4869b..8e7fd54a62 100755
--- a/tools/internal_ci/macos/grpc_run_tests_matrix.sh
+++ b/tools/internal_ci/macos/grpc_run_tests_matrix.sh
@@ -25,6 +25,11 @@ tools/run_tests/run_tests_matrix.py $RUN_TESTS_FLAGS || FAILED="true"
# kill port_server.py to prevent the build from hanging
ps aux | grep port_server\\.py | awk '{print $2}' | xargs kill -9
+# Reveal leftover processes that might be left behind by the build
+ps aux | grep -i kbuilder
+
+echo 'Exiting gRPC main test script.'
+
if [ "$FAILED" != "" ]
then
exit 1