[bind10-dev] remove shell scripts for running python tests?

JINMEI Tatuya / 神明達哉 jinmei at isc.org
Thu Aug 19 21:25:26 UTC 2010


At Thu, 19 Aug 2010 15:36:29 -0500 (CDT),
"Jeremy C. Reed" <jreed at isc.org> wrote:
> 
> I'd like to remove the shell scripts that are used for running python 
> tests. They are redundant and the makefiles can be used to run these 
> tests. And it means we need to edit two places for additions/removals (I 
> already found some problems noted below.) One reason for this is I have 
> patches for my build system (to commit later) to use python "coverage" 
> to run the scripts and I don't want to consider patching all the scripts 
> to also support this.

In general I agree with you.

> So I email about this instead of opening a new ticket first because:
> 
> Do any of you use the shell scripts instead of the make check (or 
> test) target? Why?

I normally always run tests by make check.  The only exception is when
I try to run the coverage wrapper manually.

BTW whether it's in Makefile.am or a separate script file, I think we
should also centralize the common script sequence in one place (if we
use Makefile.am that would probably be a centralized shell script).  I
see a lot of duplicates in Makefile.am's.

---
JINMEI, Tatuya



More information about the bind10-dev mailing list