diff --git a/test.sh b/test.sh index ef57b3e31..2d0cc2e5f 100755 --- a/test.sh +++ b/test.sh @@ -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" - - -