[test] Add option to run bitcoin-util-test.py manually#8830
Merged
laanwj merged 1 commit intobitcoin:masterfrom Sep 30, 2016
Merged
[test] Add option to run bitcoin-util-test.py manually#8830laanwj merged 1 commit intobitcoin:masterfrom
laanwj merged 1 commit intobitcoin:masterfrom
Conversation
maflcko
approved these changes
Sep 28, 2016
src/test/bitcoin-util-test.py
Outdated
Contributor
Author
There was a problem hiding this comment.
Ooops. Nothing now. I was originally using sys.argv, but then changed to use argparse. I'll remove it and squash the commits.
Member
|
ACK 2e992b6 |
2e992b6 to
7e88077
Compare
Contributor
|
ACK 7e88077 |
7e88077 to
b82f493
Compare
Contributor
Author
|
rebased |
Member
|
utACK b82f493 |
laanwj
added a commit
that referenced
this pull request
Sep 30, 2016
b82f493 Add option to run bitcoin-util-test.py manually (jnewbery)
codablock
pushed a commit
to codablock/dash
that referenced
this pull request
Jan 12, 2018
…ually b82f493 Add option to run bitcoin-util-test.py manually (jnewbery)
andvgal
pushed a commit
to energicryptocurrency/gen2-energi
that referenced
this pull request
Jan 6, 2019
…ually b82f493 Add option to run bitcoin-util-test.py manually (jnewbery)
zkbot
added a commit
to zcash/zcash
that referenced
this pull request
Nov 9, 2020
bitcoin-util-test.py backports Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#8829 - bitcoin/bitcoin#8830 - bitcoin/bitcoin#8836 - bitcoin/bitcoin#8881 - bitcoin/bitcoin#9032 - bitcoin/bitcoin#9023 - bitcoin/bitcoin#9069 - bitcoin/bitcoin#9945
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've recently added new test cases that test bitoin-tx JSON output (#8829).
Those tests are run automatically by
make check, but it was previously quite difficult to run those tests manually, since the script assumed that OS environment variables had been set. This PR allows the tests to be run manually, and adds documentation explaining how to do that.