Skip to content

Commit

Permalink
Added link to the testsuite adapter instructions to library report.
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Oct 22, 2012
1 parent 8d0248c commit 3468ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reporting/library-report.lisp
Expand Up @@ -19,7 +19,7 @@
:rows '((lisp string<))
:cell-printer #'results-cell-printer)
:resuts-by-testcases (cond ((not (member libname test-grid-testsuites:*all-libs*))
"The library does not have a testsuite adapter for CL Test Grid.")
"The library does not have a <a href=\"https://github.com/cl-test-grid/cl-test-grid#adding-testsuite-of-your-library\">testsuite adapter</a> for CL Test Grid.")
((null test-case-results)
"There are no failed tescases.")
(t (pivot-table-html4 test-case-results
Expand All @@ -39,7 +39,7 @@
(with-output-to-string (s)
(format s "<html><head><title>Library Reports | CL Test Grid</title></head>~%")
(format s " <body>~%")
(format s " <h2>Library Reports</h2>~%")
(format s " <h2>Library Reports</h2>~%")
(format s " <ol>~%")
(my-time ("library index body")
(format s " ~{<li><a href=\"~(~a~).html\">~(~:*~a~)</a></li>~%~}"
Expand Down

0 comments on commit 3468ddf

Please sign in to comment.