Skip to content

Fix `--drb` option to not list DRb connection error as exception cause.

gitlab-qa-bot requested to merge issue-2155 into master

Created by: myronmarston

If we start the spec run in a rescue block, ruby will set the rescued exception to be the cause of all exceptions that occur during the run.

Merge request reports