[PATCH] D27747: [lit] Fix shtest-shell tests on Windows

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 07:51:12 PDT 2017


modocache abandoned this revision.
modocache added a subscriber: rnk.
modocache added a comment.

The equivalent of this change was committed by @rnk in https://reviews.llvm.org/rL309200. I slightly prefer this change because the version of Python that is currently running is used to execute the shell tests, whereas https://reviews.llvm.org/rL309200 may use Python 3 to run the tests, but shell out to Python 2.


https://reviews.llvm.org/D27747





More information about the llvm-commits mailing list