File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
elasticsearch-api/spec/yaml-test-runner Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4949 TRANSPORT_VERSION : " {{ matrix.transport }}"
5050 RUBY_SOURCE : " {{ matrix.ruby_source }}"
5151 TEST_SUITE : " platinum"
52+ DEBUG : true
5253 command : ./.buildkite/run-yaml-tests.sh
5354 - wait : ~
5455 continue_on_failure : true
Original file line number Diff line number Diff line change 5656 end
5757
5858tests_path = File . expand_path ( './tmp' , __dir__ )
59-
60- logger = Logger . new ( $stdout )
59+ logfile = File . expand_path " #{ tests_path } /tests-for-transport- #{ ENV [ 'TRANSPORT_VERSION' ] } -ruby- #{ ENV [ 'RUBY_VERSION' ] } .log"
60+ logger = Logger . new ( File . open ( logfile , 'w' ) )
6161logger . level = Logger ::WARN unless ENV [ 'DEBUG' ]
6262
6363# If we're running in a release branch, download the corresponding branch for tests
You can’t perform that action at this time.
0 commit comments