Skip to content

Commit db48c6a

Browse files
committed
Debug
1 parent 4b16d69 commit db48c6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/utils/lit/lit/TestRunner.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,6 +1078,7 @@ def executeScriptInternal(
10781078
test, litConfig, tmpBase, commands, cwd, debug=True
10791079
) -> Tuple[str, str, int, Optional[str]]:
10801080
cmds = []
1081+
print(test, commands)
10811082
for i, ln in enumerate(commands):
10821083
# Within lit, we try to always add '%dbg(...)' to command lines in order
10831084
# to maximize debuggability. However, custom lit test formats might not
@@ -1107,6 +1108,7 @@ def executeScriptInternal(
11071108
) from None
11081109

11091110
cmd = cmds[0]
1111+
print(cmds)
11101112
for c in cmds[1:]:
11111113
cmd = ShUtil.Seq(cmd, "&&", c)
11121114

0 commit comments

Comments
 (0)