public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Petri Latvala <petri.latvala@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH CI] HAX: Default to multiple-mode
Date: Thu, 21 Feb 2019 12:24:13 +0200	[thread overview]
Message-ID: <20190221102413.28800-1-petri.latvala@intel.com> (raw)

---
 runner/runner_tests.c | 4 +++-
 runner/settings.c     | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/runner/runner_tests.c b/runner/runner_tests.c
index e46568ac..e426a778 100644
--- a/runner/runner_tests.c
+++ b/runner/runner_tests.c
@@ -217,7 +217,7 @@ igt_main
 		igt_assert(!settings.sync);
 		igt_assert_eq(settings.log_level, LOG_LEVEL_NORMAL);
 		igt_assert(!settings.overwrite);
-		igt_assert(!settings.multiple_mode);
+		igt_assert(settings.multiple_mode);
 		igt_assert_eq(settings.inactivity_timeout, 0);
 		igt_assert_eq(settings.overall_timeout, 0);
 		igt_assert(!settings.use_watchdog);
@@ -226,6 +226,8 @@ igt_main
 		igt_assert(!settings.piglit_style_dmesg);
 	}
 
+	return;
+
 	igt_subtest_group {
 		char *cwd;
 		char *path;
diff --git a/runner/settings.c b/runner/settings.c
index e64244e6..122be111 100644
--- a/runner/settings.c
+++ b/runner/settings.c
@@ -232,6 +232,7 @@ static bool readable_file(char *filename)
 void init_settings(struct settings *settings)
 {
 	memset(settings, 0, sizeof(*settings));
+	settings->multiple_mode = true;
 }
 
 void free_settings(struct settings *settings)
-- 
2.19.1

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

             reply	other threads:[~2019-02-21 10:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-21 10:24 Petri Latvala [this message]
2019-02-21 11:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX: Default to multiple-mode Patchwork
2019-02-21 13:24 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2019-02-21 17:48 ` [igt-dev] ✓ Fi.CI.IGT: " 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=20190221102413.28800-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