From bb893daf7d84c605efcf16c28995c8abac897623 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Sun, 16 Jul 2017 11:30:58 +0200 Subject: [PATCH] Removed Aura tests --- test.sh | 12 ------------ 1 file changed, 12 deletions(-) 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" - - -