[OE-core] [PATCH 0/2] build-perf-test: improve handling of test case failures

Markus Lehtonen markus.lehtonen at linux.intel.com
Fri Sep 30 10:06:05 UTC 2016


This patchset makes build-perf-test wrapper script behave more reasonably if
some build perf test cases fail. Previously, there was no distinction between
failed test cases or more serious errors, e.g. runtime failures of
oe-build-perf-test itself. In both cases the wrapper script just exited
prematurely with an error. This patch makes the wrapper script to "tolerate"
test case failures, allowing it to display and archive the results even in
their presence.

Markus Lehtonen (2):
  oe-build-perf-test: return 2 if some tests failed
  build-perf-test-wrapper.sh: accept test case failures

 scripts/contrib/build-perf-test-wrapper.sh | 23 ++++++++++++++---------
 scripts/oe-build-perf-test                 |  2 +-
 2 files changed, 15 insertions(+), 10 deletions(-)

-- 
2.6.6



More information about the Openembedded-core mailing list