aboutsummaryrefslogtreecommitdiff
path: root/src/test/bitcoin-util-test.py
AgeCommit message (Collapse)Author
2014-09-30tests: fix python test-runner for windowsCory Fields
Windows needed a few fixups to get the tests running: 1. bitcoin-tx needs a file extension in Windows. Take this opportunity to add an env file, which pulls variables out of our build config. This can be extended as needed, for now it's very simple. 2. After #1, split the args out of the exec key in the test data. 3. Correct the line-endings from windows stdout
2014-08-19Add "it works" test for bitcoin-txJeff Garzik