Re: Files to include in the result
Guido van Rossum <[email protected]> Wed, 11 Sep 2002 09:13:05 -0400
| Newsgroups | gmane.comp.python.snake-farm.user |
|---|---|
| Message-ID | <[email protected]> |
> As you've probably seen in the results, there are some files that are > included form the build: currently pyconfig.h and environment vars. > > Exactly which files do we want included in the result? Is there > anything generated in the tests that should be included for example? > File listings? Any file sizes of particular interest? We'll have to find out by trying to debug actual failures. What I am missing most at the moment is the stdout from "make test" when the test fails. It seems to only record stderr, but most of the action is on stdout, for better or for worse. --Guido van Rossum (home page: http://www.python.org/~guido/)