In order to avoid kill by timeout call the toaster run tests with verbose option.
Signed-off-by: Aníbal Limón <[email protected]> --- 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 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
