Signed-off-by: Marius Vlad <marius.c.v...@intel.com>
---
 tests/gem_ctx_switch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/gem_ctx_switch.c b/tests/gem_ctx_switch.c
index 7b27336..ce52365 100644
--- a/tests/gem_ctx_switch.c
+++ b/tests/gem_ctx_switch.c
@@ -157,7 +157,7 @@ igt_main
        igt_fork_hang_detector(fd);
 
        for (e = intel_execution_engines; e->name; e++) {
-               igt_subtest_f("%s%s", e->exec_id == 0 ? "basic-" : "", e->name)
+               igt_subtest_f("%s", e->name)
                        single(fd, handle, e, 0, 1);
                igt_subtest_f("%s-interruptible", e->name)
                        single(fd, handle, e, INTERRUPTIBLE, 1);
-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to