HomePhabricator

tests: fix python test-runner for windows
41d67c78bf66Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

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

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Sep 30 2014, 20:05
deadalnixPushed on May 14 2017, 22:04
Parents
rABC4b2b78b9f2bd: Merge pull request #4969
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC41d67c78bf66: tests: fix python test-runner for windows (authored by Cory Fields <cory-nospam-@coryfields.com>).Sep 30 2014, 20:26