diff options
author | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-10-12 18:51:34 +0000 |
---|---|---|
committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-10-12 18:51:34 +0000 |
commit | 9abfa5817116d04439773586b8dcd41a8540baba (patch) | |
tree | d0cd9a7c336438c3c02cb927ec47c13efb6e073f /llvm/utils/lit/tests/shtest-shell.py | |
parent | e9d3b8192ed63127a60b9dc7657f5157536d4fbd (diff) | |
download | llvm-9abfa5817116d04439773586b8dcd41a8540baba.zip llvm-9abfa5817116d04439773586b8dcd41a8540baba.tar.gz llvm-9abfa5817116d04439773586b8dcd41a8540baba.tar.bz2 |
Revert r374653: "[lit] Fix a few oversights in r374651 that broke some bots"
This series of patches still breaks a Windows bot.
llvm-svn: 374678
Diffstat (limited to 'llvm/utils/lit/tests/shtest-shell.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/lit/tests/shtest-shell.py b/llvm/utils/lit/tests/shtest-shell.py index 9a6f2aa..adbe4dc 100644 --- a/llvm/utils/lit/tests/shtest-shell.py +++ b/llvm/utils/lit/tests/shtest-shell.py @@ -4,7 +4,7 @@ # FIXME: Temporarily dump test output so we can debug failing tests on # buildbots. # RUN: cat %t.out -# RUN: FileCheck --input-file %t.out %s +# RUN: FileCheck --dump-input=fail --color -vv --input-file %t.out %s # # END. |