llvm/test/lit.cfg: Retweak for Win32 to fix testing.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 3 Jul 2012 03:59:34 +0000 (03:59 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 3 Jul 2012 03:59:34 +0000 (03:59 +0000)
commit95643d0832e3a5d72c0535f6bb84b4a7b4a04f96
tree3fc937faea356d728def70011d4d075792858e56
parent4c215c08e3e79c5fc221dd0f6e6ce0c1624f895a
llvm/test/lit.cfg: Retweak for Win32 to fix testing.

  - execute_external should be;
    - Not on Win32.
    - Using bash.
    In reverse, "execute_internal" shoud be (Win32 && !bash).

  - lit.getBashPath() behaves differently before and after tweaking $PATH.

I will add a few explanations there later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159641 91177308-0d34-0410-b5e6-96231b3b80d8
test/lit.cfg