From 8783e111a9e8e6af44781df7fd7f92dc1502464e Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 13 May 2019 17:02:47 +0100 Subject: [PATCH] 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 Reviewed-by: Elie Tournier --- ci/run_test_suite.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/run_test_suite.sh b/ci/run_test_suite.sh index 3d6eb4e..259a8e1 100755 --- a/ci/run_test_suite.sh +++ b/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)