Skip to content
Snippets Groups Projects
Commit e9768524 authored by Krzysztof Mochocki's avatar Krzysztof Mochocki
Browse files

Add print of line on error

parent 1c82671b
No related branches found
No related tags found
1 merge request!251Add and refactor input files for benchmarking
...@@ -327,7 +327,7 @@ with JMETER_REPORT_OUT_FILE.open('rt', encoding='utf-8') as in_file: ...@@ -327,7 +327,7 @@ with JMETER_REPORT_OUT_FILE.open('rt', encoding='utf-8') as in_file:
else: else:
handle_error(raw_line) handle_error(raw_line)
if not IGNORE_BAD_REQ: if not IGNORE_BAD_REQ:
assert False, f'test failed, check logs in {DATADIR.as_posix()} for more informations ' assert False, f'test failed, check logs in {DATADIR.as_posix()} for more informations. Fail detected on line: `{raw_line}`'
label = line[label_idx] # endpoint label = line[label_idx] # endpoint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment