This is an archive of the discontinued LLVM Phabricator instance.

[python] [tests] Fix calling tests on Windows (hopefully)
ClosedPublic

Authored by mgorny on Oct 11 2018, 10:59 AM.

Details

Summary

Fix passing arguments to the Python test command to use 'env' builtin CMake
command, in order to fix compatibility with Windows.

NB: I don't have a Windows environment to test it

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Oct 11 2018, 10:59 AM
mgorny added reviewers: steveire, aaron.ballman.
mgorny retitled this revision from [python] [tests] Fix calling pytest on Windows (hopefully) to [python] [tests] Fix calling tests on Windows (hopefully).
mgorny edited the summary of this revision. (Show Details)
rnk added a comment.Oct 11 2018, 1:03 PM

lgtm

The cmake builtin tools are pretty useful. =)

This revision was not accepted when it landed; it landed in state Needs Review.Oct 11 2018, 1:28 PM
This revision was automatically updated to reflect the committed changes.