ci: kill off no-longer applicable comment

There has been no wildcard or driver specifics ever since the code was
introduced.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Elie Tournier <elie.tournier@collabora.com>
macos/master
Emil Velikov 6 years ago committed by Gert Wollny
parent 4a21bb88e7
commit 8783e111a9
  1. 4
      ci/run_test_suite.sh

@ -118,10 +118,6 @@ compare_previous()
return 2
fi
# The wildcard here will match ""/"_radeonsi"/"_i915"/etc
# which enables us to ignore tests by driver
# BUT: We're not able to get the driver name and
# use it to disambiguate between HW-based drivers
# Piglit tests use @ as separator for path/to/test
IGNORE_TESTS=$(sed "s/\@/\//g" $IGNORE_TESTS_FILE 2>/dev/null)

Loading…
Cancel
Save