guix-commits
[Top][All Lists]
Advanced

[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\"\\)") "")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]