Fix prefix check script 33/92433/8
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 10 Sep 2020 08:04:23 +0000 (18:04 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 10 Sep 2020 21:39:24 +0000 (07:39 +1000)
commitcf4195606a70f4a326c6c5290ca5c2acaf40ec75
tree904400fa0e2bb7c1c7b63a1932b5a4efd4c5be56
parentf3191d0e3873bf89a0ba25e123df9752eb9afb6e
Fix prefix check script

Fix the prefix check that matches any line with "prefix:"
that fails tox.

The prefix check fails on the following line
which is valid.

failure-notification-prefix: "[releng]"

require a space before prefix: now it cannot match
failure-notification-prefix:

Change-Id: I2d5ee1eb7c858bd5eac03af02f44db2f4a9e46a8
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
check_prefix.py