Discussion:
Files to include in the result
Anders Qvist
2002-09-11 10:43:52 UTC
Permalink
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?
--
Anders "Quest" Qvist

"We've all heard that a million monkeys banging on a million typewriters
will eventually reproduce the entire works of Shakespeare. Now, thanks
to the Internet, we know this is not true." -- Robert Wilensky
Guido van Rossum
2002-09-11 13:13:05 UTC
Permalink
Post by Anders Qvist
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/)

Loading...