Skip to content

Commit

Permalink
fix failed test, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dudes-come committed Mar 20, 2018
1 parent 4e3bfe3 commit 40cf39d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# C++ driver for Cassandra/Scylla based on seastar framework

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ef5c262ba1674ccc9427630a09d4681a)](https://www.codacy.com/app/303248153/cpv-cql-driver?utm_source=github.com&utm_medium=referral&utm_content=cpv-project/cpv-cql-driver&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/cpv-project/cpv-cql-driver.svg?branch=master)](https://travis-ci.org/cpv-project/cpv-cql-driver)
[![license](https://img.shields.io/github/license/cpv-project/cpv-manage-scripts.svg)]()
[![GitHub release](https://img.shields.io/github/release/cpv-project/cpv-cql-driver.svg)]()

This is a cassandra/scylla driver written in c++ based on seastar framework, it's fast and easy to use.<br/>
For seastar framework please see [here](https://github.com/scylladb/seastar).<br/>
Expand Down
1 change: 0 additions & 1 deletion tests/Cases/Common/TestLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ TEST(TestLogger, create) {
auto logger = cql::Logger::createNoop();
ASSERT_TRUE(logger != nullptr);
}
ASSERT_TRUE(false);
}

2 changes: 1 addition & 1 deletion tests/travis_run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cp -f ~/scylla-keys/cadb.pem .
# create container and run
# sed -i 's/archive.ubuntu.com/cn.archive.ubuntu.com/g' /etc/apt/sources.list
Command=$(cat <<"EOF"
sed -i 's/archive.ubuntu.com/cn.archive.ubuntu.com/g' /etc/apt/sources.list &&
sed -i 's/archive.ubuntu.com/cn.archive.ubuntu.com/g' /etc/apt/sources.list && \
apt-get update && \
apt-get install sudo -y && \
cd /project && \
Expand Down

0 comments on commit 40cf39d

Please sign in to comment.