Run cargo with verbose flag when testing (#2943)

* Run cargo with verbose flag when testing

* use full verbose flag
This commit is contained in:
Robert Habermeier 2016-10-29 13:09:16 +02:00 committed by Gav Wood
parent f17cad9dff
commit 227bf4b8c5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Running Parity Full Test Sute
FEATURES="json-tests"
OPTIONS="--release"
OPTIONS="--verbose --release"
case $1 in
--no-json)