[yocto] [[PATCH][autobuilder] 8/8] buildsteps/ToasterRunTests.py: Now call run tests with verbose.

Aníbal Limón anibal.limon at linux.intel.com
Fri Feb 19 08:14:49 PST 2016


In order to avoid kill by timeout call the toaster run tests with
verbose option.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 lib/python2.7/site-packages/autobuilder/buildsteps/ToasterRunTests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/python2.7/site-packages/autobuilder/buildsteps/ToasterRunTests.py b/lib/python2.7/site-packages/autobuilder/buildsteps/ToasterRunTests.py
index 392b600..141768c 100644
--- a/lib/python2.7/site-packages/autobuilder/buildsteps/ToasterRunTests.py
+++ b/lib/python2.7/site-packages/autobuilder/buildsteps/ToasterRunTests.py
@@ -24,7 +24,7 @@ class ToasterRunTests(ShellCommandCleanEnv):
 
         oe_cmd = "source ./oe-init-build-env;"
         venv_cmd = "source venv/bin/activate;"
-        cmd = "DISPLAY=:1 toaster-test --run-all-tests;"
+        cmd = "DISPLAY=:1 toaster-test --run-all-tests --verbose"
 
         self.command = oe_cmd + venv_cmd + cmd
 
-- 
2.1.4




More information about the yocto mailing list