Skip to content

Escape patterns when passed through bisect shell runner

gitlab-qa-bot requested to merge escape-patterns-in-bisect-commands into master

Created by: JonRowe

We need to remove pattern and exclude pattern from the normal shell args and run them through the escape process before handing them off to open3, as we parse strings in when we load them into RSpec so any existing quoting is lost.

Fixes #2638

Merge request reports