Skip to content
Snippets Groups Projects
Commit 3464f706 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

dont silence realtime output from run_tests.py --use_docker

parent d1287b58
No related branches found
No related tags found
No related merge requests found
...@@ -1298,7 +1298,9 @@ if args.use_docker: ...@@ -1298,7 +1298,9 @@ if args.use_docker:
if not args.travis: if not args.travis:
env['TTY_FLAG'] = '-t' # enables Ctrl-C when not on Jenkins. env['TTY_FLAG'] = '-t' # enables Ctrl-C when not on Jenkins.
run_shell_command('tools/run_tests/dockerize/build_docker_and_run_tests.sh', env=env) subprocess.check_call('tools/run_tests/dockerize/build_docker_and_run_tests.sh',
shell=True,
env=env)
sys.exit(0) sys.exit(0)
_check_arch_option(args.arch) _check_arch_option(args.arch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment