diff options
author | Reid Kleckner <rnk@google.com> | 2017-07-28 16:24:18 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-07-28 16:24:18 +0000 |
commit | 125c74bc56926d42251d17c661e6ecad21dd45d7 (patch) | |
tree | d31b933a795072bb4107876491d3beb90830fbe9 /llvm/utils/lit/tests/shtest-shell.py | |
parent | 432914bba001c2d381734b1017eeb0bae2d850e5 (diff) | |
download | bcm5719-llvm-125c74bc56926d42251d17c661e6ecad21dd45d7.tar.gz bcm5719-llvm-125c74bc56926d42251d17c661e6ecad21dd45d7.zip |
[lit] Dump some FileCheck inputs to try to debug some failing tests
llvm-svn: 309400
Diffstat (limited to 'llvm/utils/lit/tests/shtest-shell.py')
-rw-r--r-- | llvm/utils/lit/tests/shtest-shell.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/shtest-shell.py b/llvm/utils/lit/tests/shtest-shell.py index 18b80cd7d08..33b5ab669ea 100644 --- a/llvm/utils/lit/tests/shtest-shell.py +++ b/llvm/utils/lit/tests/shtest-shell.py @@ -1,6 +1,9 @@ # Check the internal shell handling component of the ShTest format. # # RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out +# FIXME: Temporarily dump test output so we can debug failing tests on +# buildbots. +# RUN: cat %t.out # RUN: FileCheck --input-file %t.out %s # # END. |