[gnome-continuous-yocto/gnomeostree-3.28-rocko: 8201/8267] oeqa/runner: Pass the value of buffer, don't force to True
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 8201/8267] oeqa/runner: Pass the value of buffer, don't force to True
- Date: Sun, 17 Dec 2017 07:19:09 +0000 (UTC)
commit 99c18e36e260ef54b8c02c297712284ddaa73dec
Author: Richard Purdie <richard purdie linuxfoundation org>
Date: Thu Nov 9 13:23:04 2017 +0000
oeqa/runner: Pass the value of buffer, don't force to True
The value could be False in which case we should pass that through.
(From OE-Core rev: 5b4b7bfe33630d73b5b53fc754cd45563fcbfd4d)
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
Signed-off-by: Armin Kuster <akuster mvista com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/lib/oeqa/core/runner.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/lib/oeqa/core/runner.py b/meta/lib/oeqa/core/runner.py
index 2d756da..13cdf5b 100644
--- a/meta/lib/oeqa/core/runner.py
+++ b/meta/lib/oeqa/core/runner.py
@@ -50,7 +50,7 @@ class OETestResult(_TestResult):
# so stdout/stderr are only printed upon failure. Enables debugging
# but clean output
if hasattr(test, "buffer"):
- self.buffer = True
+ self.buffer = test.buffer
super(OETestResult, self).startTest(test)
def _tc_map_results(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]