Turning off tests again.

This commit is contained in:
J. Brisbin
2010-12-09 13:07:21 -06:00
parent d8d769c86f
commit 656b02f494
2 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ class RiakKeyValueTemplateSpec extends Specification {
@Autowired
RiakKeyValueTemplate riak
int run = 1
@Shared def riakBin = System.getenv("RIAK_BIN")
@Shared def riakBin = System.getenv("RIAK_BIN") ?: "/usr/sbin/riak"
@Shared def p
def setupSpec() {