We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed64c1c commit 172d93aCopy full SHA for 172d93a
elasticsearch-api/spec/yaml-test-runner/run.rb
@@ -82,6 +82,8 @@ def serverless?
82
# If we're running in a release branch, download the corresponding branch for tests
83
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
84
branch = current_branch.match(/[0-9]\.[0-9]+/)&.[](0) || ENV['ES_YAML_TESTS_BRANCH'] || nil
85
+puts "BRANCH: #{branch}"
86
+
87
Elasticsearch::Tests::Downloader::run(tests_path, branch)
88
89
runner = Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger)
0 commit comments