This website requires JavaScript.
Explore
Help
Sign In
neobytes-project
/
neobytes
Watch
1
Star
0
Fork
0
You've already forked neobytes
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
0df3871d14
neobytes
/
src
/
test
/
buildenv.py.in
3 lines
40 B
Python
Raw
Normal View
History
Unescape
Escape
Merge #8270: Tests: Use portable #! in python scripts (/usr/bin/env) 7b01ce2 Favour python over python2 as per PR #7723 (Matthew King) 873e81f Use portable #! in python scripts (/usr/bin/env) (Matthew King)
2016-08-15 15:44:13 +02:00
#!/usr/bin/env python
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
2014-09-30 22:05:27 +02:00
exeext
=
"
@EXEEXT@
"
Reference in New Issue
Copy Permalink