[ci skip] move Aura test https://github.com/paritytech/parity-import-tests in nightly build

This commit is contained in:
Denis S. Soldatov aka General-Beck
2017-07-18 16:44:34 +03:00
parent 319a01b34f
commit 88145752ff
2 changed files with 11 additions and 1 deletions

9
scripts/aura-test.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
cargo build -j $(nproc) --release --features final $CARGOFLAGS
git clone https://github.com/paritytech/parity-import-tests
cp target/release/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
echo "Aura test complete"