aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/linux/grpc_master.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/internal_ci/linux/grpc_master.sh')
-rwxr-xr-xtools/internal_ci/linux/grpc_master.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/linux/grpc_master.sh b/tools/internal_ci/linux/grpc_master.sh
index 6c7e2c2cd9..ea77d11305 100755
--- a/tools/internal_ci/linux/grpc_master.sh
+++ b/tools/internal_ci/linux/grpc_master.sh
@@ -42,7 +42,7 @@ docker --version || true
git submodule update --init
-tools/run_tests/run_tests.py -l c || FAILED="true"
+tools/run_tests/run_tests.py -l c -t -x sponge_log.xml || FAILED="true"
# kill port_server.py to prevent the build from hanging
ps aux | grep port_server\\.py | awk '{print $2}' | xargs kill -9