leiningen/test
Jean Niklas L'orange c35a1de4f0 Avoid wrapping shell pipes in writers, fixes #1857
The fix is actually very easy: Instead of piping stuff into a reader,
then feed it to *out*/*err* via a writer, we directly hook them to
System.out and System.err.

The problem is that it kills many tests that rely on `with-out-str`, so
we have to include `with-system-err/out-str` macros to catch
sysout/syserr data, and replace usage where tests fail.
2015-03-21 00:12:26 +01:00
..
leiningen Avoid wrapping shell pipes in writers, fixes #1857 2015-03-21 00:12:26 +01:00
sample-connect-string Allow 'repl :connect' to read args from file 2014-08-22 18:06:23 +02:00
sample-connect-string-http Allow 'repl :connect' to read args from file 2014-08-22 18:06:23 +02:00
sample-index.zip Merge search task into mainlein. (har har) 2011-05-04 18:07:53 -07:00