]> code.ossystems Code Review - openembedded-core.git/commit
selftest/prservice.py: Sanitize package version when looking for stamp
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 10 Mar 2016 10:29:21 +0000 (10:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2016 16:50:27 +0000 (16:50 +0000)
commit1aefa6a4dec84a5581aab70451bb84801b3b3615
treebe3d9b57e841f8d243c5a389446227edf7b36e3a
parentd02cae77b994d0c19c1b015b96fe8e07baa1182d
selftest/prservice.py: Sanitize package version when looking for stamp

Currently when using a git version the check for the stamp, using regex,
will fail because of plus sign in the version.

With this change the version is escaped before adding it to the regex.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/prservice.py