Skip to content

Commit eaadd15

Browse files
committed
Raise exception in test runner
1 parent c6709b9 commit eaadd15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

elasticsearch-api/spec/rest_api/rest_api_yaml_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ def skip_test?(test)
8282
# ./run_task_groups.rb
8383
run_rspec_matchers_on_task_group(task_group, test)
8484
end
85+
rescue StandardError => e
86+
LOGGER.error e
87+
raise e
8588
end
8689
end
8790
end

0 commit comments

Comments
 (0)