Skip to content

Commit

Permalink
Fix bad child status set.
Browse files Browse the repository at this point in the history
Fixes #36
  • Loading branch information
Shinmera committed Nov 24, 2022
1 parent 2e8122c commit ab8191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lisp
Expand Up @@ -211,7 +211,7 @@
for child in (children test)
for subresult = (result-for-testable child context)
do (when (find child skipped)
(setf (status child) :skipped))
(setf (status subresult) :skipped))
(eval-in-context context subresult)))

(defun resolve-dependency-combination (combination test)
Expand Down

0 comments on commit ab8191b

Please sign in to comment.