Skip to content

Commit

Permalink
ci, tests: ignore details: as well
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Sep 21, 2024
1 parent ca51be2 commit 0bb19f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vab_error_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fn sync_run(job TOMLTestJob) &TOMLTestJobResult {
}.string()
expect_exit_code := doc.value('expect.exit_code').default_to(0).int()
diff_from_line := doc.value('compare.output.from_line').default_to(0).int()
ignore_lines_starting_with := ['notice:']
ignore_lines_starting_with := ['notice:', 'details:', ' ']

expected_out_path := job.job_file.replace('.toml', '.out')

Expand Down

0 comments on commit 0bb19f7

Please sign in to comment.