This website requires JavaScript.
Explore
Help
Register
Sign in
phantom
/
bitcoin
Watch
1
Star
0
Fork
You've already forked bitcoin
0
mirror of
https://github.com/bitcoin/bitcoin.git
synced
2025-01-15 14:22:37 -03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
e49a252bae
bitcoin
/
src
/
test
/
buildenv.py.in
3 lines
40 B
Python
Raw
Normal View
History
Unescape
Escape
Use portable #! in python scripts (/usr/bin/env)
2016-06-26 09:47:03 -04: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 17:05:27 -03:00
exeext
=
"
@EXEEXT@
"
Reference in a new issue
Copy permalink