Skip to content

Commit 73ad06b

Browse files
committed
YAML test runner: Ability to run SINGLE_TEST
1 parent 0f83aa6 commit 73ad06b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@
6464
current_branch = `git rev-parse --abbrev-ref HEAD`.strip
6565
branch = current_branch.match(/[0-9]\.[0-9]+/)&.[](0) || ENV['ES_YAML_TESTS_BRANCH'] || nil
6666
Elasticsearch::Tests::Downloader::run(tests_path, branch)
67-
Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger).run
67+
Elasticsearch::Tests::TestRunner.new(CLIENT, tests_path, logger).run(ENV['SINGLE_TEST'] || [])

0 commit comments

Comments
 (0)