Force SHELL to be cmd.exe on Windows for the test suite
authorNathan Lanza <nathan@lanza.io>
Thu, 15 Nov 2018 20:56:44 +0000 (20:56 +0000)
committerNathan Lanza <nathan@lanza.io>
Thu, 15 Nov 2018 20:56:44 +0000 (20:56 +0000)
commit5cc7de09ef983cc2741a3ba011170278b8994cbe
tree3a015ff52c492451331b0b1c148f11a12bc05f7b
parent8d5a36a8394ca7774672642f713b6258d59940d2
Force SHELL to be cmd.exe on Windows for the test suite

Summary:
Windows make will search for other shells and choose those over cmd
if available (e.g. C:\cygdrive\bin\sh.exe). This shell has numerous
issues with path handling (/ vs \\ vs \ and C:). So default to using
cmd.exe which is known to work.

Reviewers: zturner, sas, xiaobai

Reviewed By: zturner

Differential Revision: https://reviews.llvm.org/D54510

llvm-svn: 346993
lldb/packages/Python/lldbsuite/test/make/Makefile.rules