gnu: sbcl-trivial-backtrace: Fix deletion of test results.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[arguments]: Fix 'delete-test-results' phase.master
parent
3d8c8d1542
commit
3136fda735
|
@ -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)
|
||||
|
|
Reference in New Issue