OSDN Git Service

[lit] Terminate ": RUN at line N" with ";" not "&&"
authorJoel E. Denny <jdenny.ornl@gmail.com>
Thu, 31 May 2018 03:40:37 +0000 (03:40 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Thu, 31 May 2018 03:40:37 +0000 (03:40 +0000)
commit1d4f2158ac9743080530c610f2bc2aedf9afbb95
tree66851ae9cfa9f48819b91f21c2d9ce2887faa1f8
parent12dc03238a507ec7fac415d60b8d94c64eb88438
[lit] Terminate ": RUN at line N" with ";" not "&&"

This fixes projects/compiler-rt/test/fuzzer/sigusr.test, which was
broken by r333614.  The trouble was that "&&" changes the command for
which "$!" gives the pid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333620 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py
utils/lit/tests/shtest-run-at-line.py
utils/lit/tests/shtest-shell.py
utils/lit/tests/unit/TestRunner.py