Skip to content

Commit

Permalink
Add SOURCE-SYSTEM-NAMES.
Browse files Browse the repository at this point in the history
  • Loading branch information
xach committed Mar 4, 2015
1 parent 3c2c250 commit 3d5d53c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html-failure-report.lisp
Expand Up @@ -25,6 +25,9 @@
(push (find-system-file system-file-name) result)))
result)))

(defun source-system-names (source)
(mapcar 'pathname-name (source-system-files source)))

(defun primary-system-file (source)
(block nil
(let ((files (source-system-files source)))
Expand Down

0 comments on commit 3d5d53c

Please sign in to comment.