]> code.ossystems Code Review - openembedded-core.git/commit
python3: correctly process ptest output with sed
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 20 Jan 2020 17:24:49 +0000 (18:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Jan 2020 12:52:48 +0000 (12:52 +0000)
commitc041c326a1dbf1b128fc32d887acd73c6f5fb415
treec1a4d08de5dcba7606d2d2db55af0a78934acb09
parentaf7f5590dc49ec33268939b53879a6d011306114
python3: correctly process ptest output with sed

Particularly:

[ERROR|FAIL] was matching characters rather than strings.

Using (ERROR|FAIL) requires -r option.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/run-ptest