summaryrefslogtreecommitdiff
path: root/grpc/tools/internal_ci/macos/grpc_interop_toprod.sh
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/internal_ci/macos/grpc_interop_toprod.sh')
-rwxr-xr-xgrpc/tools/internal_ci/macos/grpc_interop_toprod.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/grpc/tools/internal_ci/macos/grpc_interop_toprod.sh b/grpc/tools/internal_ci/macos/grpc_interop_toprod.sh
index c4d300d4..962a37d8 100755
--- a/grpc/tools/internal_ci/macos/grpc_interop_toprod.sh
+++ b/grpc/tools/internal_ci/macos/grpc_interop_toprod.sh
@@ -15,6 +15,9 @@
set -ex
+# avoid slow finalization after the script has exited.
+source $(dirname $0)/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
+
# change to grpc repo root
cd $(dirname $0)/../../..
@@ -41,8 +44,6 @@ tools/run_tests/run_interop_tests.py -l c++ \
--default_service_account="interop-to-prod-tests@grpc-testing.iam.gserviceaccount.com" \
--skip_compute_engine_creds --internal_ci -t -j 4 || FAILED="true"
-tools/internal_ci/helper_scripts/delete_nonartifacts.sh || true
-
if [ "$FAILED" != "" ]
then
exit 1