From: Andreas K. <and...@ac...> - 2006-11-06 19:10:59
|
> It turns out that all the output I am getting from tcllib's test suite > is strangely \r terminated. That threw me off - I thought that it was > all output from the sak test, when in fact it was just lots of weird > output from whatever tcllib is now using as a test harness. tcltest. sak however has changed to use animated feedback by default, for an interactive terminal. Regular logs via -v and -l, see also the built-in documentation reachable via % ./sak help test > I'm just getting failures in math-fuzzy-ManyCompares-1.1 (and two other > math locations that don't seem to be identified...) expose-1.0, and > set-1.0. > > Sorry about that - the new output structure is really disconcerting. Hm. Ok. Did you sak directly ? Or via 'make test' ? We, well I, got have several complaints about this change, see for example the patch http://sourceforge.net/tracker/index.php?func=detail&aid=1584520&group_id=12883& atid=312883 Now I am trying to think about useful defaults ... Like * When running from 'make test' assume a (non-interactive) buildsystem, and use the verbose log (option -v, verbose). * When running sak directly assume interactive use, and use the new animated feedback. There was also a proposal to somehow determine in sak if stdout is a redirection or pipe and use the verbose log in these cases. -- Andreas Kupries <and...@Ac...> Developer @ http://www.ActiveState.com Tel: +1 778-786-1122 |