Unfold coverage test failures

(cherry picked from commit d4ea1ec6ad)
This commit is contained in:
Michael Vines
2020-04-13 17:28:08 -07:00
parent cee3cee4ef
commit 608d75b348

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