This website requires JavaScript.
Explore
Help
Register
Sign in
LBRYCommunity
/
lbrycrd
Watch
1
Star
0
Fork
You've already forked lbrycrd
0
Code
Issues
29
Pull requests
1
Projects
Releases
32
Packages
Wiki
Activity
cf66f04368
lbrycrd
/
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 15:47:03 +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 a new issue
Copy permalink