me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[arguments]: Fix
 'delete-test-results' phase.
master
Guillaume Le Vaillant 2020-09-14 15:43:31 +02:00
parent 3d8c8d1542
commit 3136fda735
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -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)