remove redundant modification

This commit is contained in:
Nikolay Volf 2016-03-02 13:02:33 +03:00
parent 5dfc3d2849
commit 771fbcbd27
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ fi
cargo test --no-run || exit $?
mkdir -p target/coverage
./kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern src --verify target/coverage target/debug/ethcore_util*
kcov --exclude-pattern ~/.multirust,rocksdb,secp256k1 --include-pattern src --verify target/coverage target/debug/ethcore_util*
xdg-open target/coverage/index.html