]> code.ossystems Code Review - openembedded-core.git/commit
scripts/test-reexec: fix several incomplete regexp
authorMing Liu <peter.x.liu@external.atlascopco.com>
Tue, 27 Jun 2017 10:39:14 +0000 (12:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 19:54:55 +0000 (20:54 +0100)
commit10cb4331caee4b960a6f9ad20023a4a4b69b684e
tree54474bf4ac5d630d03efb6764260c78b2e2b9d07
parentfb9cf84b1d537e2b8c26cd78f6ac27c55a7e79fc
scripts/test-reexec: fix several incomplete regexp

Some "=" are missing in the regexp, which leads it match multiple results
if the variables have overrides, for instance:
...
SSTATE_DIR="xxxx"
SSTATE_DIR_qemux86="yyyy"
...

it will match both of them without "=".

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/test-reexec