Browse Source
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 stdout0.10
Cory Fields
10 years ago
5 changed files with 32 additions and 19 deletions
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/python |
||||
exeext="@EXEEXT@" |
Loading…
Reference in new issue