guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: sbcl-trivial-backtrace: Fix deletion of test results.


From: guix-commits
Subject: 01/03: gnu: sbcl-trivial-backtrace: Fix deletion of test results.
Date: Mon, 14 Sep 2020 10:07:18 -0400 (EDT)

glv pushed a commit to branch wip-lisp
in repository guix.

commit 3136fda73539f8cb78a219ba6ac4d0c6cd89c948
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Mon Sep 14 15:43:31 2020 +0200

    gnu: sbcl-trivial-backtrace: Fix deletion of test results.
    
    * gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[arguments]: Fix
     'delete-test-results' phase.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 5da1716..12102dc 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2926,7 +2926,7 @@ client and server.")
             (lambda* (#:key outputs #:allow-other-keys)
               (let ((test-results (string-append (assoc-ref outputs "out")
                                                  "/share/common-lisp/"
-                                                 (%lisp-type) "-source"
+                                                 (%lisp-type)
                                                  "/trivial-backtrace"
                                                  "/test-results")))
                 (when (file-exists? test-results)



reply via email to

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