diff utils/lit/tests/shtest-shell.py @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 1172e4bd9c6f
children 3a76565eade5
line wrap: on
line diff
--- a/utils/lit/tests/shtest-shell.py	Fri Nov 25 19:14:25 2016 +0900
+++ b/utils/lit/tests/shtest-shell.py	Fri Oct 27 17:07:41 2017 +0900
@@ -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.