Skip to content

Commit

Permalink
Commit forgotten fix for test-grid-reporting:select.
Browse files Browse the repository at this point in the history
  • Loading branch information
avodonosov committed Aug 15, 2012
1 parent a764a49 commit 75f505b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reporting/do-results.lisp
Expand Up @@ -55,7 +55,8 @@ WHERE is a predicate of one argument - test result record."
(defmethod select (db &key where)
(let ((results))
(do-results (result db :where where)
(push result results))))
(push result results))
results))

;;; RESULT record. Implemented as a lib result with a reference to it's test run.
(defclass joined-lib-result ()
Expand Down

0 comments on commit 75f505b

Please sign in to comment.