[MERGE] Adding --starting-with <test_id> option to selftest make it run 5x faster

John Arbash Meinel john at arbash-meinel.com
Fri May 9 16:39:53 BST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vincent Ladeuil wrote:
|>>>>> "martin" == Martin Pool <mbp at canonical.com> writes:
|
| <snip/>
|
|     martin> that too would be worth mentioning as a tip in the developer guide.
|     martin> i'm happy to help with the text if you draft it.
|
| Now that the required patches have been merged, here is a proper
| merge directive.
|
|       Vincent
|
|

Minor tweak:

- -            suite = test_suite(keep_only)
+            suite = test_suite(keep_only, starting_with)

When passing optional parameters, *I* prefer to use the named form. So I would do

test_suite(keep_only=keep_only, starting_with=starting_with)

Some people might find it redundant, but it is my personal preference.

BB:approve

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgkcEkACgkQJdeBCYSNAANwxACfWQLhnXcy5BUhYW4PgU77MLfe
pVwAnipmERiiYzXpXzJapXHIpwgsNUGP
=kaHw
-----END PGP SIGNATURE-----



More information about the bazaar mailing list