[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2796/8267] oe-build-perf-test: return 2 if some tests failed
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 2796/8267] oe-build-perf-test: return 2 if some tests failed
- Date: Sat, 16 Dec 2017 23:43:58 +0000 (UTC)
commit e4e6ff3be32f0d922b399588498a7beaf39c86d7
Author: Markus Lehtonen <markus lehtonen linux intel com>
Date: Fri Sep 30 13:06:06 2016 +0300
oe-build-perf-test: return 2 if some tests failed
Add a new return value '2' that indicates that some tests failed but
there were no fatal errors (i.e. configuration mistakes or bugs in the
tests themselves).
(From OE-Core rev: 194e95f3f068456f30c0e971eb8e6e775279427c)
Signed-off-by: Markus Lehtonen <markus lehtonen linux intel com>
Signed-off-by: Ross Burton <ross burton intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
scripts/oe-build-perf-test | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/oe-build-perf-test b/scripts/oe-build-perf-test
index bb5c382..638e195 100755
--- a/scripts/oe-build-perf-test
+++ b/scripts/oe-build-perf-test
@@ -203,7 +203,7 @@ def main(argv=None):
if result.wasSuccessful():
return 0
- return 1
+ return 2
if __name__ == '__main__':
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]