fix aura test
This commit is contained in:
parent
69d45f8ce4
commit
3308c40440
11
test.sh
11
test.sh
@ -25,10 +25,13 @@ 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
|
ls target/debug
|
||||||
cp target/debug/parity-* target/debug/parity
|
|
||||||
git clone https://github.com/paritytech/parity-import-tests
|
git clone https://github.com/paritytech/parity-import-tests
|
||||||
cd /parity-import-tests/aura
|
cp target/debug/parity-* parity-import-tests/aura.parity
|
||||||
target/debug/parity import blocks.rlp --chain chain.json
|
cd parity-import-tests/aura
|
||||||
target/debug/parity restore snap --chain chain.json
|
echo "start Aura test"
|
||||||
|
parity import blocks.rlp --chain chain.json
|
||||||
|
parity restore snap --chain chain.json
|
||||||
|
ehco "Aura test complete"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user