Skip to content

Commit e3e1727

Browse files
committed
Fix a typo
The commit 1724211 ("Adjust test result report width to terminal size") introduced a typo `RARAMS`, the patch fixes that.
1 parent d04c595 commit e3e1727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-run.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def main_loop_parallel():
120120
color_stdout('\n')
121121
separator('=')
122122
color_stdout('WORKR ', schema='t_name')
123-
test_line('TEST', 'RARAMS')
123+
test_line('TEST', 'PARAMS')
124124
color_stdout('RESULT\n', schema='test_pass')
125125
separator('-')
126126

@@ -172,7 +172,7 @@ def main_loop_consistent(failed_test_ids):
172172
# print information about current test suite
173173
color_stdout('\n')
174174
separator('=')
175-
test_line('TEST', 'RARAMS')
175+
test_line('TEST', 'PARAMS')
176176
color_stdout("RESULT\n", schema='test_pass')
177177
separator('-')
178178

0 commit comments

Comments
 (0)