Skip to content

Commit

Permalink
Don't use cqlsh
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Apr 9, 2015
1 parent 25c516a commit a571d8b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ function run_tests() {

if [ "$auth" = true ]
then
ccm node1 cqlsh --version
sleep 30s
echo "list users;" | SSL_VALIDATE=false SSL_CERTFILE=$keypath/cassandra.crt ccm node1 cqlsh --ssl -u cassandra -p cassandra
go test -v . -timeout 15s -run=TestAuthentication -tags integration -runssl -runauth -proto=$proto -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=1000ms
else

Expand Down

0 comments on commit a571d8b

Please sign in to comment.