aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/windows/grpc_run_tests_matrix.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/internal_ci/windows/grpc_run_tests_matrix.bat')
-rw-r--r--tools/internal_ci/windows/grpc_run_tests_matrix.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/internal_ci/windows/grpc_run_tests_matrix.bat b/tools/internal_ci/windows/grpc_run_tests_matrix.bat
index 10627add25..c6277d0929 100644
--- a/tools/internal_ci/windows/grpc_run_tests_matrix.bat
+++ b/tools/internal_ci/windows/grpc_run_tests_matrix.bat
@@ -20,7 +20,6 @@ call tools/internal_ci/helper_scripts/prepare_build_windows.bat
python tools/run_tests/run_tests_matrix.py %RUN_TESTS_FLAGS%
set RUNTESTS_EXITCODE=%errorlevel%
-@rem Reveal leftover processes that might be left behind by the build
-tasklist /V
+bash tools/internal_ci/helper_scripts/delete_nonartifacts.sh
exit /b %RUNTESTS_EXITCODE%