]> code.ossystems Code Review - openembedded-core.git/commit
classes/testsdk: Remove the need of TEST_LOG_DIR variable
authorAníbal Limón <anibal.limon@linux.intel.com>
Wed, 30 Nov 2016 00:12:49 +0000 (18:12 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:54 +0000 (12:03 +0000)
commit1c9ba4b698bab916d42b58255692a7bf3d773bbc
tree048154aa1170e623c15571dbf62eb299c9cd11e3
parent91cd1ed19a3f34c29cd77eb136036975fe465444
classes/testsdk: Remove the need of TEST_LOG_DIR variable

The TEST_LOG_DIR was used for store sdk_target_log this log
contains the output of the run of build commands now that information
could be found also on log.do_testsdk under WORKDIR.

The log will continue to store into SDK_DIR instead of TEST_LOG_DIR.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
meta/classes/testsdk.bbclass
meta/lib/oeqa/sdk/cases/buildcvs.py
meta/lib/oeqa/sdk/cases/buildgalculator.py
meta/lib/oeqa/sdk/cases/buildiptables.py