Skip to content
Snippets Groups Projects
Commit 64271de1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix error message format"

parents 30793234 e6368601
No related branches found
No related tags found
No related merge requests found
...@@ -236,7 +236,7 @@ def TestNoUnmappedNewTypes(): ...@@ -236,7 +236,7 @@ def TestNoUnmappedNewTypes():
ret += "SELinux: The following types were found added to the policy " ret += "SELinux: The following types were found added to the policy "
ret += "without an entry into the compatibility mapping file(s) found " ret += "without an entry into the compatibility mapping file(s) found "
ret += "in private/compat/" + compatMapping.apiLevel + "/" ret += "in private/compat/" + compatMapping.apiLevel + "/"
ret += compatMapping.apiLevel + "[.ignore].cil/n" ret += compatMapping.apiLevel + "[.ignore].cil\n"
ret += " ".join(str(x) for x in sorted(violators)) + "\n" ret += " ".join(str(x) for x in sorted(violators)) + "\n"
return ret return ret
......
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