diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-01-04 13:06:57 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-01-04 13:06:57 -0800 |
commit | 7b89b9719807f168a313308972e77a1c278d3ea8 (patch) | |
tree | 4b3416e5c9f8bcc37e2b7d02c5f63b9068c343be /tools | |
parent | e371742d832fad56d03ab62f8b36ebbc219af29a (diff) |
disable -t flag
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/run_stress_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_stress_tests.py b/tools/run_tests/run_stress_tests.py index 406c662633..f89312fcca 100755 --- a/tools/run_tests/run_stress_tests.py +++ b/tools/run_tests/run_stress_tests.py @@ -197,7 +197,7 @@ def build_interop_stress_image_jobspec(language, tag=None): tag = 'grpc_interop_stress_%s:%s' % (language.safename, uuid.uuid4()) env = {'INTEROP_IMAGE': tag, 'BASE_NAME': 'grpc_interop_stress_%s' % language.safename} - env['TTY_FLAG'] = '-t' + #env['TTY_FLAG'] = '-t' build_job = jobset.JobSpec(cmdline=['tools/jenkins/build_interop_stress_image.sh'], environ=env, shortname='build_docker_%s' % (language), |