We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04c595 commit 5d9630bCopy full SHA for 5d9630b
test-run.py
@@ -120,7 +120,7 @@ def main_loop_parallel():
120
color_stdout('\n')
121
separator('=')
122
color_stdout('WORKR ', schema='t_name')
123
- test_line('TEST', 'RARAMS')
+ test_line('TEST', 'PARAMS')
124
color_stdout('RESULT\n', schema='test_pass')
125
separator('-')
126
@@ -172,7 +172,7 @@ def main_loop_consistent(failed_test_ids):
172
# print information about current test suite
173
174
175
176
color_stdout("RESULT\n", schema='test_pass')
177
178
0 commit comments