Browse Source

debug CI installation issue

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

+ 4 - 1
toolset/run-ci.py

@@ -348,7 +348,10 @@ class CIRunnner:
     sudo -u benchmarkdbuser psql hello_world < config/create-postgres.sql
     sudo -u benchmarkdbuser psql hello_world < config/create-postgres.sql
 
 
     # Setup Apache Cassandra
     # Setup Apache Cassandra
-    cat config/cassandra/create-keyspace.cql | cqlsh localhost
+    pwd
+    echo foobar
+    find config
+    cat config/cassandra/create-keyspace.cql | cqlsh
     python config/cassandra/db-data-gen.py | cqlsh
     python config/cassandra/db-data-gen.py | cqlsh
 
 
     # Setup MongoDB (see install above)
     # Setup MongoDB (see install above)