public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/igt_gt: Add newline to IGT_HANG=0 skips
@ 2020-05-13 13:10 Petri Latvala
  2020-05-13 13:20 ` Chris Wilson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Petri Latvala @ 2020-05-13 13:10 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

Signed-off-by: Petri Latvala <petri.latvala@intel.com>
---
 lib/igt_gt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/igt_gt.c b/lib/igt_gt.c
index 2fd51985..70627a8f 100644
--- a/lib/igt_gt.c
+++ b/lib/igt_gt.c
@@ -120,7 +120,7 @@ static void eat_error_state(int dev)
 void igt_require_hang_ring(int fd, int ring)
 {
 	if (!igt_check_boolean_env_var("IGT_HANG", true))
-		igt_skip("hang injection disabled by user");
+		igt_skip("hang injection disabled by user\n");
 
 	gem_require_ring(fd, ring);
 	gem_context_require_bannable(fd);
@@ -175,7 +175,7 @@ igt_hang_t igt_allow_hang(int fd, unsigned ctx, unsigned flags)
 	igt_require_gem(fd);
 
 	if (!igt_check_boolean_env_var("IGT_HANG", true))
-		igt_skip("hang injection disabled by user");
+		igt_skip("hang injection disabled by user\n");
 	gem_context_require_bannable(fd);
 
 	allow_reset = 1;
-- 
2.20.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2020-05-15 11:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-13 13:10 [igt-dev] [PATCH i-g-t] lib/igt_gt: Add newline to IGT_HANG=0 skips Petri Latvala
2020-05-13 13:20 ` Chris Wilson
2020-05-13 13:27 ` [igt-dev] [PATCH i-g-t v2] " Petri Latvala
2020-05-13 14:37 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_gt: Add newline to IGT_HANG=0 skips (rev2) Patchwork
2020-05-13 17:50 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-05-14 12:24 ` Patchwork
2020-05-15 11:43 ` [igt-dev] ✗ GitLab.Pipeline: failure " Patchwork

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