From 3308c404400a2bc58b12489814e9f3cfd5c9d272 Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 14 Jul 2017 18:02:39 +0300 Subject: [PATCH] fix aura test --- test.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/test.sh b/test.sh index 582e7308e..4c8f3bc33 100755 --- a/test.sh +++ b/test.sh @@ -25,10 +25,13 @@ 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 +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" +