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
  1. ptschip commented at 4:15 PM on August 11, 2015: contributor
    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 therefore:

      export BITCOINCLI=${BUILDDIR}/qa/pull-tester/run-bitcoin-cli

      changed to

      export BITCOINCLI=${REAL_BITCOINCLI}

    2. 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.

  2. 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,
    78f589ad28
  3. ptschip closed this on Aug 11, 2015

  4. ptschip commented at 4:51 PM on August 11, 2015: contributor

    Looks like something broke here i'll have to take a look

  5. DrahtBot locked this on Sep 8, 2021
Contributors

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-24 18:16 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me