On Nov 3, 2008, at 9:34 AM, Stuart Sierra wrote:

> Hmm, not sure.  I don't use SLIME, but I know that run-tests prints
> results to *test-out*, which by default is bound to
> java.lang.System.err.  You could try re-binding *test-out* to standard
> output like this:
>
> (binding [*test-out* System/out]
>   (run-tests))
>
> -Stuart Sierra

Right, that's it. Slime/Swank_Clojure sends error output to the  
*inferior lisp* buffer. I was pleased to see that you had provided  
*test-out* when this came up for clojure.contrib.test-clojure.

--Steve

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to