Fixing error code

This commit is contained in:
Tomusdrw 2016-01-19 15:02:03 +01:00
parent 33d8fdca3f
commit 0885f44f50

2
cov.sh
View File

@ -15,7 +15,7 @@ if ! type kcov > /dev/null; then
exit 1
fi
cargo test --no-run || exit 2
cargo test --no-run || exit $?
mkdir -p target/coverage
kcov --exclude-pattern ~/.multirust --include-pattern src --verify target/coverage target/debug/ethcore*
xdg-open target/coverage/index.html