Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
The commit 1724211
("Adjust test result report width to terminal size") introduced
a typo `RARAMS`, the patch fixes that.
  • Loading branch information
ligurio committed Sep 25, 2024
1 parent d04c595 commit e3e1727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main_loop_parallel():
color_stdout('\n')
separator('=')
color_stdout('WORKR ', schema='t_name')
test_line('TEST', 'RARAMS')
test_line('TEST', 'PARAMS')
color_stdout('RESULT\n', schema='test_pass')
separator('-')

Expand Down Expand Up @@ -172,7 +172,7 @@ def main_loop_consistent(failed_test_ids):
# print information about current test suite
color_stdout('\n')
separator('=')
test_line('TEST', 'RARAMS')
test_line('TEST', 'PARAMS')
color_stdout("RESULT\n", schema='test_pass')
separator('-')

Expand Down

0 comments on commit e3e1727

Please sign in to comment.