Unfold coverage test failures

This commit is contained in:
Michael Vines 2020-04-13 17:28:08 -07:00
parent a0f0e199b7
commit d4ea1ec6ad
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ if RUST_LOG=solana=trace _ cargo +$rust_nightly test --target-dir target/cov "${
test_status=0
else
test_status=$?
echo "Failed: $test_status"
echo "^^^ +++"
fi
touch target/cov/after-test