Unfold coverage test failures
This commit is contained in:
parent
a0f0e199b7
commit
d4ea1ec6ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue