]> code.ossystems Code Review - openembedded-core.git/commit
build-perf-test-wrapper.sh: accept test case failures
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Fri, 30 Sep 2016 10:06:07 +0000 (13:06 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:14:13 +0000 (17:14 +0100)
commite3c7d8a98a261a6a8c913e7fcd19264df501636d
tree0ea4a9f055f1b65398bebba2dc1d65703b8b7bfc
parent194e95f3f068456f30c0e971eb8e6e775279427c
build-perf-test-wrapper.sh: accept test case failures

Utilize the new return value (2) from oe-build-perf-test. Do not exit
with an error in case some individual tests fail. Even if some tests
fail we still want to complete successfully, that is, display and
archive the results and do cleanup. The individual tests do not depend
on each other anymore so test failures shouldn't affect the results of
successful tests.

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