Skip to content

Commit

Permalink
Update for inline suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
wienans committed Feb 28, 2024
1 parent c29f8ed commit 5834d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/test/misra_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_rules_suppression(checker, capsys):
for src in test_sources:
re_suppressed= r"\[%s\:[0-9]+\]" % src
dump_remove(src)
dump_create(src, "--suppressions-list=addons/test/misra/suppressions.txt --inline-suppr")
dump_create(src, "--suppressions-list=addons/test/misra/suppressions.txt","--inline-suppr")
checker.parseDump(src + ".dump")
captured = capsys.readouterr().err
found = re.search(re_suppressed, captured)
Expand Down

0 comments on commit 5834d30

Please sign in to comment.