Fix aura tests

This commit is contained in:
5chdn 2018-02-14 08:26:46 +01:00
parent 1024b4bcfd
commit 43ffaf21fd
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
2 changed files with 5 additions and 5 deletions

View File

@ -7,6 +7,6 @@ git clone https://github.com/paritytech/parity-import-tests
cp target/release/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
./parity import blocks.rlp --chain chain.json
./parity restore snap --chain chain.json
echo "Aura test complete"

View File

@ -18,9 +18,9 @@ rust_test () {
then echo "Skipping Rust tests since no Rust files modified.";
else ./test.sh || exit $?;
fi
# if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]];
# then sh scripts/aura-test.sh || exit $?;
# fi
if [[ "$CI_COMMIT_REF_NAME" == "nightly" ]];
then sh scripts/aura-test.sh || exit $?;
fi
}
coverage_test () {
git submodule update --init --recursive