Skip to content

Commit a70963f

Browse files
committed
Revert "lit: Move RUN at line comment after the command."
This reverts commit 0f74ccc. Test needs to be updated.
1 parent 0f74ccc commit a70963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lit/TestRunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def executeScript(test, litConfig, tmpBase, commands, cwd):
12311231
# the shell's execution trace for the 'set' commands by
12321232
# redirecting their stderr to /dev/null.
12331233
if command:
1234-
msg = f"{shlex.quote(command.lstrip())} \\# '{dbg}'"
1234+
msg = f"'{dbg}': {shlex.quote(command.lstrip())}"
12351235
else:
12361236
msg = f"'{dbg}' has no command after substitutions"
12371237
commands[i] = (

0 commit comments

Comments
 (0)