Skip to content

Commit 172d93a

Browse files
committed
debug
1 parent ed64c1c commit 172d93a

File tree

1 file changed

+2
-0
lines changed
  • elasticsearch-api/spec/yaml-test-runner

1 file changed

+2
-0
lines changed

elasticsearch-api/spec/yaml-test-runner/run.rb

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def serverless?
8282
# If we're running in a release branch, download the corresponding branch for tests
8383
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
8484
branch = current_branch.match(/[0-9]\.[0-9]+/)&.[](0) || ENV['ES_YAML_TESTS_BRANCH'] || nil
85+
puts "BRANCH: #{branch}"
86+
8587
Elasticsearch::Tests::Downloader::run(tests_path, branch)
8688

8789
runner = Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger)

0 commit comments

Comments
 (0)