Skip to content

Commit 3bf4efa

Browse files
[lit] Remove buildbot debug commands
f1a7c3c added these commands eight years ago to aid in debugging that is presumably done at this point. Removing them to make the test a bit cleaner.
1 parent b0e8186 commit 3bf4efa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/shtest-shell.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Check the internal shell handling component of the ShTest format.
22

33
# RUN: not %{lit} -v %{inputs}/shtest-shell > %t.out
4-
# FIXME: Temporarily dump test output so we can debug failing tests on
5-
# buildbots.
6-
# RUN: cat %t.out
74
# RUN: FileCheck --input-file %t.out %s
85
#
96
# Test again in non-UTF shell to catch potential errors with python 2 seen
107
# on stdout-encoding.txt
118
# RUN: env PYTHONIOENCODING=ascii not %{lit} -a %{inputs}/shtest-shell > %t.ascii.out
12-
# FIXME: Temporarily dump test output so we can debug failing tests on
13-
# buildbots.
14-
# RUN: cat %t.ascii.out
159
# RUN: FileCheck --input-file %t.ascii.out %s
1610
#
1711
# END.

0 commit comments

Comments
 (0)