On Tue, Nov 3, 2009 at 1:29 PM, Min <[email protected]> wrote: > > Ah, thanks for the redirect trick. I only learned about stdout and > stderr recently, and having these outputs in a text file is proving > very helpful. > > Working with a subset of the tests doesn't fix the nose problem. I > haven't tried rolling back nose to an earlier version, but I'll give > that a shot. There isn't a 'turbogears' folder in my project, no. > > And I think I'd rather deal with not using nose to run the unittests > than installing a new virtualenv... This project was put together > rather haphazardly with no clear distinction between the backend and > the frontend, resulting in the app requiring a very large number of > different packages to be installed. > > I think you must have already figured this out, but there was a typo in my redirect. It should have read: python setup.py test > log.txt 2>&1
The first redirect sends sdtout to the log, the second appends stderr to stdout. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

