Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message
@ 2022-04-07 19:28 Juha-Pekka Heikkila
  2022-04-07 20:31 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Juha-Pekka Heikkila @ 2022-04-07 19:28 UTC (permalink / raw)
  To: igt-dev

There was newline missing from skipping message which caused skips
to show as incomplete.

Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
 tests/i915/kms_flip_scaled_crc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/i915/kms_flip_scaled_crc.c b/tests/i915/kms_flip_scaled_crc.c
index 67ccef31d..9740715f0 100644
--- a/tests/i915/kms_flip_scaled_crc.c
+++ b/tests/i915/kms_flip_scaled_crc.c
@@ -398,7 +398,7 @@ igt_main
 				if (rval == NOREQUESTEDFORMATONPIPE)
 					igt_debug("No requested format/modifier on pipe %s\n", kmstest_pipe_name(pipe));
 			}
-			igt_require_f(validtests > 0, "No valid pipe/connector/format/mod combination found");
+			igt_require_f(validtests > 0, "No valid pipe/connector/format/mod combination found\n");
 		}
 	}
 	igt_fixture {
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-12  1:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07 19:28 [igt-dev] [PATCH i-g-t] tests/i915/kms_flip_scaled_crc: Fix error message Juha-Pekka Heikkila
2022-04-07 20:31 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2022-04-07 21:19 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2022-04-08  6:20 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
2022-04-08 17:25 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/i915/kms_flip_scaled_crc: Fix error message (rev2) Patchwork
2022-04-08 17:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-04-08 19:40 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2022-04-11 20:27   ` Juha-Pekka Heikkila
2022-04-12  1:28     ` Vudum, Lakshminarayana
2022-04-12  1:37 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox