all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: 29922@debbugs.gnu.org, ludo@gnu.org
Subject: [bug#29922] [PATCH 2/2] tests: marionette-operating-system: Add initrd parameter and kernel-arguments.
Date: Tue,  9 Jan 2018 09:46:21 +0100	[thread overview]
Message-ID: <20180109084621.16230-2-dannym@scratchpost.org> (raw)
In-Reply-To: <20180109084621.16230-1-dannym@scratchpost.org>

* gnu/tests.scm (marionette-operating-system): Use initrd parameter "on-error"
and kernel-arguments "panic".
---
 gnu/tests.scm | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gnu/tests.scm b/gnu/tests.scm
index 0caa922fd..d3d15672b 100644
--- a/gnu/tests.scm
+++ b/gnu/tests.scm
@@ -172,6 +172,14 @@ marionette service in the guest is started after the Shepherd services listed
 in REQUIREMENTS."
   (operating-system
     (inherit os)
+    ;; Make sure the guest dies on failure.
+    (kernel-arguments (cons "panic=1"
+                            (operating-system-user-kernel-arguments os)))
+    ;; Make sure the guest doesn't hang in the REPL on failure.
+    (initrd (lambda (fs . rest)
+              (apply (operating-system-initrd os) fs
+                     #:on-error 'backtrace
+                     rest)))
     (services (cons (service marionette-service-type
                              (marionette-configuration
                               (requirements requirements)

  reply	other threads:[~2018-01-09  8:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-01  0:42 [bug#29922] [PATCH] linux-boot: Improve error reporting Danny Milosavljevic
2018-01-01  8:56 ` [bug#29922] [PATCH v2] " Danny Milosavljevic
2018-01-01 12:24   ` Danny Milosavljevic
2018-01-08  9:05   ` Ludovic Courtès
2018-01-08 11:18     ` Danny Milosavljevic
2018-01-08 14:05       ` Ludovic Courtès
2018-01-08 16:29         ` Danny Milosavljevic
2018-01-08 23:03           ` Ludovic Courtès
2018-01-09  8:45             ` [bug#29922] [PATCH 0/2] Make sure that marionette-operating-system fails on error Danny Milosavljevic
2018-01-09  8:46               ` [bug#29922] [PATCH 1/2] system: Export operating-system-user-kernel-arguments Danny Milosavljevic
2018-01-09  8:46                 ` Danny Milosavljevic [this message]
2018-01-09 11:48               ` [bug#29922] [PATCH 0/2] Make sure that marionette-operating-system fails on error Ludovic Courtès

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=20180109084621.16230-2-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=29922@debbugs.gnu.org \
    --cc=ludo@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.