all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aurora via Guix-patches via <guix-patches@gnu.org>
To: 54314@debbugs.gnu.org
Cc: Aurora <rind38@disroot.org>
Subject: [bug#54314] [PATCH 02/10] gnu: Fix sbcl-myway tests
Date: Wed,  9 Mar 2022 20:27:41 +0000	[thread overview]
Message-ID: <20220309202749.2196-3-rind38@disroot.org> (raw)
In-Reply-To: <20220309202749.2196-1-rind38@disroot.org>

---
 gnu/packages/lisp-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 88a8669..196e083 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4333,9 +4333,7 @@ Lisp. It is intended to be a replacement of PURI.")
         (base32 "0briia9bk3lbr0frnx39d1qg6i38dm4j6z9w3yga3d40k6df4a90"))))
      (build-system asdf-build-system/sbcl)
      (arguments
-      ;; Tests fail with: Component MYWAY-ASD::MYWAY-TEST not found, required
-      ;; by #<SYSTEM "myway">. Why?
-      '(#:tests? #f))
+      '(#:asd-systems '("myway-test" "myway")))
      (native-inputs
       (list sbcl-prove))
      (inputs
-- 
2.30.2





  parent reply	other threads:[~2022-03-09 20:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-09 20:27 [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54313] [PATCH 01/10] gnu: Fix sbcl-proc-parse tests Aurora via Guix-patches via
2022-03-09 20:27 ` Aurora via Guix-patches via [this message]
2022-03-09 20:27 ` [bug#54315] [PATCH 03/10] gnu: Fix sbcl-xsubseq tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54316] [PATCH 04/10] gnu: Fix sbcl-smart-buffer tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54317] [PATCH 05/10] gnu: Fix sbcl-fast-http tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54318] [PATCH 06/10] gnu: Fix sbcl-http-body tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54319] [PATCH 07/10] gnu: Fix sbcl-cl-cookie tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54320] [PATCH 08/10] gnu: Fix sbcl-mito tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54321] [PATCH 09/10] gnu: Fix sbcl-cl-locale tests Aurora via Guix-patches via
2022-03-09 20:27 ` [bug#54322] [PATCH 10/10] gnu: Fix sbcl-assoc-utils tests Aurora via Guix-patches via
2022-03-09 23:16 ` [bug#54312] [PATCH 00/10] Fix tests for a number of Fukamachi CL packages) Aurora via Guix-patches via
2022-03-10 14:46   ` bug#54312: [PATCH 00/10] Fix tests for a number of Fukamachi CL packages Guillaume Le Vaillant

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=20220309202749.2196-3-rind38@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=54314@debbugs.gnu.org \
    --cc=rind38@disroot.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.