Nyenyec N <[EMAIL PROTECTED]> writes: > Answering my own question. > > It seems that not exiting at the end of the run is a rather annoying > "feature" in nose: > > "To aid in integrating nose into other scripts or modules, > nose.main() now returns the success or failure status of the test run, > and does not exit." > > Is there a way to force exit when I run "nosetests" from the command line?
The same problem happens when running TG tests, i.e., you get stuck and have to put the process in background (or get another vt) to kill it. Exiting through 'kill' is something very ugly. -- Jorge Godoy <[EMAIL PROTECTED]>

