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?

Thanks,
--
Greg Lucas

Reply via email to