[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: sbcl-mito: Remove spurious comment.
From: |
guix-commits |
Subject: |
03/06: gnu: sbcl-mito: Remove spurious comment. |
Date: |
Wed, 2 Sep 2020 06:44:26 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit de5e989b622d0b1c48dc0fccccdc38ebc5a7cb2c
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Tue Sep 1 18:52:57 2020 +0200
gnu: sbcl-mito: Remove spurious comment.
* gnu/packages/lisp-xyz.scm (sbcl-mito)[arguments]: Remove spurious comment,
this test is already removed a few lines below.
---
gnu/packages/lisp-xyz.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5613983..e8928ba 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13697,7 +13697,6 @@ like Ruby's ActiveRecord.
(add-after 'unpack 'remove-non-functional-tests
(lambda _
(substitute* "mito-test.asd"
- ;; (("\\(:test-file \"migration/mysql\"\\)") "")
(("\\(:test-file \"db/mysql\"\\)") "")
(("\\(:test-file \"db/postgres\"\\)") "")
(("\\(:test-file \"dao\"\\)") "")
- branch master updated (d8c71fd -> f30e739), guix-commits, 2020/09/02
- 01/06: gnu: sbcl-cl-sqlite: Update to 0.2.1., guix-commits, 2020/09/02
- 02/06: gnu: sbcl-dbi: Update to 20200518., guix-commits, 2020/09/02
- 03/06: gnu: sbcl-mito: Remove spurious comment.,
guix-commits <=
- 04/06: gnu: Add cl-fastcgi., guix-commits, 2020/09/02
- 05/06: gnu: Add clack-handler-fcgi., guix-commits, 2020/09/02
- 06/06: gnu: Add sbcl-clack-handler-hunchentoot., guix-commits, 2020/09/02