File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -710,11 +710,11 @@ running them."
710
710
; ; we generate a different message when running individual tests
711
711
(cider-test-echo-running ns (car tests))
712
712
(cider-test-echo-running ns)))
713
- (let ((retest? (eq :non-passing ns))
714
- (request `(" op" ,(cond ((stringp ns) " test" )
715
- ((eq :project ns) " test-all" )
716
- ((eq :loaded ns) " test-all" )
717
- (retest? " retest" )))))
713
+ (let* ((retest? (eq :non-passing ns))
714
+ (request `(" op" ,(cond ((stringp ns) " test" )
715
+ ((eq :project ns) " test-all" )
716
+ ((eq :loaded ns) " test-all" )
717
+ (retest? " retest" )))))
718
718
; ; we add optional parts of the request only when relevant
719
719
(when (and (listp include-selectors) include-selectors)
720
720
(setq request (append request `(" include" , include-selectors ))))
You can’t perform that action at this time.
0 commit comments