Skip to content

Commit

Permalink
Add default DSE path
Browse files Browse the repository at this point in the history
  • Loading branch information
beckje01 committed Jun 18, 2013
1 parent 95d1ae5 commit 4027cb6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ class TestSchema
} }


static private runCqlScript(script) { static private runCqlScript(script) {
def dsePath = System.getProperty('dsePath') def dsePath = System.getProperty('dsePath') ?: '/usr/local/dse'
def cassandraCli = "$dsePath/bin/cassandra-cli -h localhost -f" def cassandraCli = "$dsePath/bin/cassandra-cli -h localhost -f"


def cmd = "$cassandraCli $script" def cmd = "$cassandraCli $script"
Expand Down

0 comments on commit 4027cb6

Please sign in to comment.