Skip to content

Commit c60b90b

Browse files
committed
[CI] Use file name when logging skipped test
1 parent c2364da commit c60b90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch-api/spec/elasticsearch/api/rest_api_yaml_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# If the test file has a `skip` at the top level that applies to this
1515
# version of Elasticsearch, continue with the next text.
1616
logger = Logger.new($stdout)
17-
logger.info "Skipping #{test_file.name} due to 'skip all'."
17+
logger.info "Skipping #{file} due to 'skip all'."
1818
next
1919
end
2020

0 commit comments

Comments
 (0)