Comment 6 for bug 82693

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 82693] Re: Ability to run tests in a particular plugin

On Mon, 2007-02-05 at 07:52 +0000, vila wrote:
> What about creating a directory containing links to the plugin
> directories you want to test instead ?
>
> As in:
>
> mkdir test-plugins
> cd test-plugins
> ln -s path_to_plugin_to_be_tested plugin_name
> BZR_PLUGIN_PATH=test-plugins bzr selftest plugin_name
That's what I do right now, but it's suboptimal - it requires me to have
one extra directory with symlink around for each branch of the plugin.

Cheers,

Jelmer