This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2211b90ac7b [NFC] Test commit access new 9b35a1b5694 [lit] Make internal diff work in pipelines
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: utils/lit/lit/TestRunner.py | 224 +------------------- utils/lit/lit/builtin_commands/diff.py | 228 +++++++++++++++++++++ .../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 - utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt | 15 ++ utils/lit/tests/shtest-shell.py | 47 +++-- 5 files changed, 276 insertions(+), 241 deletions(-) create mode 100644 utils/lit/lit/builtin_commands/diff.py delete mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt