>>>>> "Erez" == Erez Zadok <[EMAIL PROTECTED]> writes:
Erez> Akim, you could help folks like me by distributing some sort of
Erez> wrapper script that does the following:
Erez> - run make test
It should be "make check".
Erez> - for every failed test, run the debug*.sh script and record its output
Erez> - remember to remove config.log etc. before running each debug*.sh test
Erez> - create a tar file of everything you need: configure, config.cache,
Erez> config.log's for each debug script, the debug scripts themselves, and the
Erez> full output of "make test".
Erez> - add anything else as needed
Erez> - uuencode the tar file
I already have a script which I use to automatically test GNU packages
which come my way. I'd like it if we could standardize on a way to do
this across packages. Then I could add a bit of code to my script(s)
and be sure I was generating the report that the package author
wanted.
For instance, we could add a new Makefile target, like "check-report",
whose output would be the report.
Tom