You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python script is mixing up test suite statistics and test case statistics. This is likely caused by a change in bitcoin to the output of test_bitcoin.
Steps to reproduce issue: run the script, and notice that there's a line for "Bitcoin Test Suite" with the total time of all tests.
I have code to fix this issue and will submit a PR.
The text was updated successfully, but these errors were encountered:
d98d1e3 fixed issue that mixed up suite and test case statistics. (lucash-dev)
Pull request description:
This PR fixes issue [17](#17).
Tree-SHA512: 8ef8377e0063ef25983607a569f1d28753a0e3c336caf986aa0756885413b81f2f8df7839e60680cece9d5fa076799a1f30d6f36afbb1bd253ac649a3693d2ac
The python script is mixing up test suite statistics and test case statistics. This is likely caused by a change in bitcoin to the output of test_bitcoin.
Steps to reproduce issue: run the script, and notice that there's a line for "Bitcoin Test Suite" with the total time of all tests.
I have code to fix this issue and will submit a PR.
The text was updated successfully, but these errors were encountered: