Removed Aura tests

This commit is contained in:
Arkadiy Paronyan 2017-07-16 11:30:58 +02:00 committed by GitHub
parent 4fc16a9eec
commit bb893daf7d
1 changed files with 0 additions and 12 deletions

12
test.sh
View File

@ -24,15 +24,3 @@ esac
. ./scripts/targets.sh
cargo test -j 8 $OPTIONS --features "$FEATURES" $TARGETS $1 \
cd ..
ls target/debug
git clone https://github.com/paritytech/parity-import-tests
cp target/debug/parity-* parity-import-tests/aura.parity
cd parity-import-tests/aura
echo "start Aura test"
parity import blocks.rlp --chain chain.json
parity restore snap --chain chain.json
ehco "Aura test complete"