diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-10-02 17:53:49 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-10-02 17:53:49 +0200 |
commit | 15ccb3d38afa58981930a546aa1eab489b7bfacb (patch) | |
tree | cd3bf7c4b596f7b4da14ee0a504bc03fad00560e /tools/internal_ci/macos | |
parent | 9c15cb9329a8e465529a8a8759b808b15e3df97e (diff) |
debug clock skew
Diffstat (limited to 'tools/internal_ci/macos')
-rwxr-xr-x | tools/internal_ci/macos/grpc_run_tests_matrix.sh | 3 |
1 files changed, 3 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 8e7fd54a62..6e0c2bb487 100755 --- a/tools/internal_ci/macos/grpc_run_tests_matrix.sh +++ b/tools/internal_ci/macos/grpc_run_tests_matrix.sh @@ -28,6 +28,9 @@ 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 +# TODO(jtattermusch): better debugging of clock skew, remove once not needed +date + echo 'Exiting gRPC main test script.' if [ "$FAILED" != "" ] |