Skip to content

Commit

Permalink
Add 'r' label for ignored packages in testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
SaillantNicolas committed Jun 5, 2024
1 parent 6057206 commit 2119d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Testsuite/test/post_process_ctest_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ def find_last_separator(inner_contents):
if is_writing:
if match:
is_writing = False
input_report_file.close()
if is_ignored:
print("{label} {result}".format(label=name, result='r'), file=global_report)
is_ignored = False
if lines_to_write:
file_path = "{dir}/{file}".format(dir=name, file=report_file_name)
if os.path.exists(file_path):
Expand Down

0 comments on commit 2119d17

Please sign in to comment.