Code review comment for lp:~jelmer/launchpad/testr

Revision history for this message
Robert Collins (lifeless) wrote :

On Wed, 2010-03-03 at 02:51 +0000, Jelmer Vernooij wrote:

> === added file '.testr.conf'
> --- .testr.conf 1970-01-01 00:00:00 +0000
> +++ .testr.conf 2010-03-03 02:51:19 +0000
> @@ -0,0 +1,3 @@
> +[DEFAULT]
> +test_command=./bin/test --subunit $IDLIST
> +test_id_list_default=

test_id_list_default defaults to '' anyway.

You may be better off with
test_command=./bin/testt --subunit $IDOPTION
test_id_option=--load-list $IDFILE

- I think bin/test has a load-list option now (Jml and I put one
together a while back). This will be more precise at loading things.

-Rob

« Back to merge proposal