From 69d45f8ce40157f2442bc9c34ba218568701504c Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 14 Jul 2017 17:44:43 +0300 Subject: [PATCH] add Parity Import Tests https://github.com/paritytech/parity-import-tests --- test.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test.sh b/test.sh index bac95a766..582e7308e 100755 --- a/test.sh +++ b/test.sh @@ -24,4 +24,11 @@ esac . ./scripts/targets.sh 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 +