Closed sam closed 12 years ago
Right now, tests execute after a build by default.
build
It should actually happen before a package task (jar or gem) and exit early on failure.
jar
gem
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.
--no-test
install
Right now, tests execute after a
build
by default.It should actually happen before a package task (
jar
orgem
) and exit early on failure.Also, need to add a
--no-test
option to theinstall
command in that case, so that it could be passed through to thegem
command call.