By default, a project's test task has dependencies on upstream project's
test tasks.

If you want to test just a single project, you can pass the option
"test=only".

% buildr base-project-sub-project:test test=only

This is documented here:
https://buildr.apache.org/testing.html

(look under the "Running Tests" section)


On Tue, Jul 21, 2015 at 4:19 AM, Rui Goncalves <[email protected]> wrote:

> Hi,
>
> I'm currently working in a project with several sub-projects. I was
> expecting to be able to run tests for a specific module (ex. buildr
> base-project:sub-project:test), however when I run this target all the
> tests run.
>
> Is this the intended behavior? Is there a way to run tests for a specific
> sub-project?
>
> Thanks for any help.
>

Reply via email to