We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f83aa6 commit 73ad06bCopy full SHA for 73ad06b
elasticsearch-api/spec/yaml-test-runner/run.rb
@@ -64,4 +64,4 @@
64
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
65
branch = current_branch.match(/[0-9]\.[0-9]+/)&.[](0) || ENV['ES_YAML_TESTS_BRANCH'] || nil
66
Elasticsearch::Tests::Downloader::run(tests_path, branch)
67
-Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger).run
+Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger).run(ENV['SINGLE_TEST'] || [])
0 commit comments