From: Petri Latvala <petri.latvala@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH i-g-t] lib/igt_gt: Add newline to IGT_HANG=0 skips
Date: Wed, 13 May 2020 16:10:01 +0300 [thread overview]
Message-ID: <20200513131001.10566-1-petri.latvala@intel.com> (raw)
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
next reply other threads:[~2020-05-13 13:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-13 13:10 Petri Latvala [this message]
2020-05-13 13:20 ` [igt-dev] [PATCH i-g-t] lib/igt_gt: Add newline to IGT_HANG=0 skips 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200513131001.10566-1-petri.latvala@intel.com \
--to=petri.latvala@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox