Re: The anatomy of a build result
Guido van Rossum <[email protected]> Mon, 09 Sep 2002 08:26:50 -0400
| Newsgroups | gmane.comp.python.snake-farm.user |
|---|---|
| Message-ID | <[email protected]> |
I should mentione one more thing that Anders failed to mention. There actually *is* an indicator of which test failed in the Xenofarm directory listings. For each phase, there's an empty file named "foo.pass" or "foo.fail" indicating success or failure for that phase. For example, in http://www.lysator.liu.se/xenofarm/python/files/68_9/?1031574402 there's a "test.fail" file, pointing out that the clues to the failures are in "testlog.txt". Now all we need is something that takes these directory listings and produces usable HTML. --Guido van Rossum (home page: http://www.python.org/~guido/)