add Parity Import Tests
https://github.com/paritytech/parity-import-tests
This commit is contained in:
parent
3fb8a85f83
commit
69d45f8ce4
7
test.sh
7
test.sh
@ -24,4 +24,11 @@ esac
|
|||||||
|
|
||||||
. ./scripts/targets.sh
|
. ./scripts/targets.sh
|
||||||
cargo test -j 8 $OPTIONS --features "$FEATURES" $TARGETS $1 \
|
cargo test -j 8 $OPTIONS --features "$FEATURES" $TARGETS $1 \
|
||||||
|
ls target/debug
|
||||||
|
cp target/debug/parity-* target/debug/parity
|
||||||
|
git clone https://github.com/paritytech/parity-import-tests
|
||||||
|
cd /parity-import-tests/aura
|
||||||
|
target/debug/parity import blocks.rlp --chain chain.json
|
||||||
|
target/debug/parity restore snap --chain chain.json
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user