On 23 Feb 2011, at 08:23, Sebastian Reitenbach wrote: > > ah, and I forgot: would it be possible for tests that run multiple tests, to > output the test results one by one to see kind of progress, to prevent me > from > thinking its hanging in a kind of deadlock? As far as I've seen, some of the > tests I killed, they afterwards wrote some lines to the logfile in a batch. > If I'd have seen those lines added for each test, I'd be probably more > patient > and wait...
The output from each testfile is sent to a temporary file (with a .tmp extension) which is then searched for test results before being appended to the main log ... so you can look at the temporary file to see realtime progress. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
