]> Git Repo - VerusCoin.git/commit - configure.ac
tests: fix python test-runner for windows
authorCory Fields <[email protected]>
Tue, 30 Sep 2014 20:05:27 +0000 (16:05 -0400)
committerCory Fields <[email protected]>
Tue, 30 Sep 2014 20:26:22 +0000 (16:26 -0400)
commit41d67c78bf66c8c171947148e18b9ec01768ba65
tree24f9b9fa21f92eb8df80c6343498016cc3688589
parent4b2b78b9f2bd339cc4505996258e00c186e91792
tests: fix python test-runner for windows

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
configure.ac
src/test/bctest.py
src/test/bitcoin-util-test.py
src/test/buildenv.py.in [new file with mode: 0644]
src/test/data/bitcoin-util-test.json
This page took 0.02683 seconds and 4 git commands to generate.