]> code.ossystems Code Review - openembedded-core.git/commit
oe-build-perf-test: suppress logger output when tests are being run
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 29 Jun 2016 17:11:28 +0000 (20:11 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Aug 2016 09:35:24 +0000 (10:35 +0100)
commit36f58b5172d4e2e182aa447fb3ec4d1ac9f6820d
treefc27c752de16598b64e8c61ab7742da0c2bcf51c
parent09590ac76a19ee1b1b4a9188f7fce5029f0de52a
oe-build-perf-test: suppress logger output when tests are being run

Prevent logger from writing to stderr when the tests are being run by
the TestRunner. During this time the logger output is only written to
the log file. This way the console output from the script is cleaner and
not mixed with possible logger records.

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-build-perf-test