Browse Source

debug CI installation issue

marko asplund 11 years ago
parent
commit
e1d000509d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      toolset/run-ci.py

+ 2 - 1
toolset/run-ci.py

@@ -349,9 +349,10 @@ class CIRunnner:
 
     # Setup Apache Cassandra
     sudo dpkg -l cassandra
+    sudo dpkg -L cassandra
     sudo apt-cache search cassandra
     which cqlsh
-    cqlsh --version
+    sudo cqlsh --version
     cqlsh -f config/cassandra/create-keyspace.cql
     python config/cassandra/db-data-gen.py | cqlsh