On Wed, Nov 18, 2009 at 9:02 AM, Greg Lucas <greg.lucas@gmail.com> wrote:
> I'm running buildr 1.3.5 (on jruby) and trying to tests a specific project.
> I can specify a pattern (package or class) and things work fine.
>
> I was thinking I could also run all tests for a single project using e.g.
>
> $buildr myproject:test
>
> or just
>
> $cd myproject
> $buildr test
>
> but either way it runs all the tests for all the upstream dependencies as
> well. Is that expected?
>
Only if the upstream dependencies have changed.
If they haven't, then there either an issue with the build/buildfile itself
or a bug in Buildr. Details would help narrow it down.
alex
|