diff options
Diffstat (limited to 'meta/lib/patchtest/tests/test_patch_cve.py')
-rw-r--r-- | meta/lib/patchtest/tests/test_patch_cve.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/lib/patchtest/tests/test_patch_cve.py b/meta/lib/patchtest/tests/test_patch_cve.py index 46ed9ef791..144e130707 100644 --- a/meta/lib/patchtest/tests/test_patch_cve.py +++ b/meta/lib/patchtest/tests/test_patch_cve.py | |||
@@ -46,6 +46,5 @@ class CVE(base.Base): | |||
46 | tag_found = True | 46 | tag_found = True |
47 | break | 47 | break |
48 | if not tag_found: | 48 | if not tag_found: |
49 | self.fail('Missing or incorrectly formatted CVE tag in included patch file', | 49 | self.fail('Missing or incorrectly formatted CVE tag in patch file. Correct or include the CVE tag in the patch with format: "CVE: CVE-YYYY-XXXX"', |
50 | 'Correct or include the CVE tag on cve patch with format: "CVE: CVE-YYYY-XXXX"', | 50 | commit=commit) |
51 | commit) | ||