[igt-dev] [PATCH i-g-t] tests/kms_plane: drop planes from dynamic subtest name

Swati Sharma swati2.sharma at intel.com
Wed Oct 11 09:28:33 UTC 2023


Drop planes from dynamic subtest name.

Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
 tests/kms_plane.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index 9a515559c..edaddd928 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -1307,7 +1307,7 @@ static void run_test(data_t *data, void (*test)(data_t *, enum pipe))
 			continue;
 
 		igt_output_set_pipe(data->output, PIPE_NONE);
-		igt_dynamic_f("pipe-%s-planes", kmstest_pipe_name(pipe))
+		igt_dynamic_f("pipe-%s", kmstest_pipe_name(pipe))
 			test(data, pipe);
 
 		if (is_pipe_limit_reached(++count))
-- 
2.25.1



More information about the igt-dev mailing list