]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: enable testresults.json for testexport
authorStefan Kral <sk@typedivision.de>
Wed, 11 Mar 2020 16:37:30 +0000 (17:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Mar 2020 22:49:23 +0000 (22:49 +0000)
commit9d8edf33d1f5d89b310923b0aa3cc967317c7c49
tree769a6d154a3c74efef8de225018ef8d6abed1870
parent43f40613ecedb8c3a9e3aaac0630464efc7525e3
oeqa: enable testresults.json for testexport

Add the option --json-result-dir to oeqa core context to enable
testresults.json creation for test runs via testexport.

Eg. oe-test runtime --json-result-dir .

Signed-off-by: Stefan Kral <sk@typedivision.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/core/context.py
meta/lib/oeqa/core/runner.py