Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get BTD tests to at least run buck on Windows
Summary: Before, the tests would fail with something like: ... popenargs = (('C:\\open\\fbsource\\buck-out\\v2\\gen\\fbcode\\594a1ac7617488da\\target_determinator\\targets\\__targets__\\targets..._determinator\\btd\\test\\run_buck.sh', '--output', WindowsPath('C:/cygwin/tmp/tmplc5a47wa/base.jsonl'), 'root//...'),) kwargs = {'encoding': 'utf-8', 'stderr': -1, 'stdout': -1} process = <Popen: returncode: 1 args: ('C:\\open\\fbsource\\buck-out\\v2\\gen\\fbcode\...> stdout = '' stderr = 'Error: Other(%1 is not a valid Win32 application. (os error 193))\n' retcode = 1 ... But now they fail with an actual problem in the test or code. Reviewed By: rjbailey Differential Revision: D65670273 fbshipit-source-id: aa5c8afda0502101bc680cc4b750241593bad9c7
- Loading branch information