sam / doubleshot

Build and Dependency Management for mixed Java/Ruby projects.
MIT License
19 stars 22 forks source link

Tests should be a condition of Packaging, not Building #40

Closed sam closed 12 years ago

sam commented 12 years ago

Right now, tests execute after a build by default.

It should actually happen before a package task (jar or gem) and exit early on failure.

Also, need to add a --no-test option to the install command in that case, so that it could be passed through to the gem command call.