Skip to content

tests: Fix OpenGL tests after renaming long tests

When tests whose names were too long were renamed, they were only changed in the build, and not in the runner which was still looking for the old names.

Fixes: 3a1dfe70 ("tests: Rename tests with overly-long names") Signed-off-by: Daniel Stone daniels@collabora.com Reported-by: Michel Dänzer daenzer@redhat.com


cc @daenzer

Merge request reports