Fix test building.

This commit is contained in:
Gav Wood 2016-02-04 23:18:13 +01:00
parent d80d8c792b
commit 98bd65daa7
1 changed files with 2 additions and 0 deletions

View File

@ -641,6 +641,8 @@ function run_installer()
info "Downloading Parity..."
git clone git@github.com:ethcore/parity
cd parity
git submodule init
git submodule update
info "Building & testing Parity..."
cargo test --release -p ethcore-util