From 831dd953a97cddf8d8ba825f5e28bb41c417ed97 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Fri, 18 Sep 2020 12:44:01 -0700 Subject: [PATCH] Remove duplicate code from formatting fix --- tools/run_tests/run_xds_tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/run_tests/run_xds_tests.py b/tools/run_tests/run_xds_tests.py index ddbcd675c95..b2a82216855 100755 --- a/tools/run_tests/run_xds_tests.py +++ b/tools/run_tests/run_xds_tests.py @@ -1806,10 +1806,6 @@ try: env=client_env, stderr=subprocess.STDOUT, stdout=test_log_file) - client_process = subprocess.Popen(['/bin/bash', '-i', '-c', client_cmd_formatted], - env=client_env, - stderr=subprocess.STDOUT, - stdout=test_log_file) if test_case == 'backends_restart': test_backends_restart(gcp, backend_service, instance_group) elif test_case == 'change_backend_service':