[all-commits] [llvm/llvm-project] 34756a: [libc++] Execute tests using an external shell
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Mar 31 08:32:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 34756a1c709d1ef0292413cddaeeef8a21ed2124
https://github.com/llvm/llvm-project/commit/34756a1c709d1ef0292413cddaeeef8a21ed2124
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M libcxx/utils/run.py
Log Message:
-----------
[libc++] Execute tests using an external shell
This makes it closer to how one would run the tests by hand, and it is
also closer to how the SSHExecutor runs the tests remotely. It also
allows using shell builtins in .sh.cpp tests when using %{exec}.
More information about the All-commits
mailing list