Skip to content

intel: properly escape sed pattern for tests

Nicholas Bishop requested to merge nicholasbishop/drm:bishop-fix-ci into master

The sed was incorrectly modifying e.g. "nicholasbishop" to "nicholasbop". The updated pattern will only match .sh at the end of the string.

Signed-off-by: Nicholas Bishop nicholasbishop@gmail.com

Merge request reports