rpc-tests.sh - take out the exit if windows and also do not allow running of run-bitcoin-cli as it cannot be invoked as a windows process through python therefore:
export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli
changed to
export BITCOINCLI=${REAL_BITCOINCLI}
util.py - allow for handling of windows NUL files as windows can not handle references to /dev/null
And although not required to enable windows scripts, I added extra code around the creation of the "cache" files in the event one or several are missing as was happening while I was initially debugging the script for the first time.
Enable running of python regression test on Windows #6546
pull ptschip wants to merge 1 commits into bitcoin:master from ptschip:enable_win_py changing 2 files +20 −8-
ptschip commented at 4:15 PM on August 11, 2015: contributor
-
78f589ad28
Enable running of python regression test on windows
1) rpc-tests.sh - take out the exit if windows and also do not allow running of run-bitcoin-cli as it cannot be invoked as a windows process through python 2) util.py - allow for handling of windows NUL files, add extra code around the creation of the "cache" files in the event one or several are missing,
- ptschip closed this on Aug 11, 2015
-
ptschip commented at 4:51 PM on August 11, 2015: contributor
Looks like something broke here i'll have to take a look
- DrahtBot locked this on Sep 8, 2021
Contributors