浏览代码

debug CI installation issue

marko asplund 11 年之前
父节点
当前提交
8fcc246ef5
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      toolset/run-ci.py

+ 4 - 3
toolset/run-ci.py

@@ -348,9 +348,10 @@ class CIRunnner:
     sudo -u benchmarkdbuser psql hello_world < config/create-postgres.sql
 
     # Setup Apache Cassandra
-    pwd
-    echo foobar
-    find config
+    sudo dpkg -l cassandra
+    sudo apt-cache search cassandra
+    which cqlsh
+    cqlsh --version
     cqlsh -f config/cassandra/create-keyspace.cql
     python config/cassandra/db-data-gen.py | cqlsh