Skip to content

Commit dc0ead8

Browse files
authored
Add / in between skipped tests and retrie tests (#48540)
1 parent 82bef91 commit dc0ead8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Cli/dotnet/Commands/Test/Terminal/NonAnsiTerminal.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public void RenderProgress(TestProgressState?[] progress)
202202

203203
if (retried > 0)
204204
{
205+
Append('/');
205206
SetColor(TerminalColor.Gray);
206207
Append('r');
207208
Append(retried.ToString(CultureInfo.CurrentCulture));

0 commit comments

Comments
 (0)