From ad2b1cf876b3b8e8866884d06e4eb37ba39ecc20 Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Tue, 1 Aug 2017 10:30:51 +0200 Subject: [PATCH] Dump terminal during CI --- hbuild/builders/tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hbuild/builders/tests.py b/hbuild/builders/tests.py index ecca55e..60a3369 100755 --- a/hbuild/builders/tests.py +++ b/hbuild/builders/tests.py @@ -214,6 +214,8 @@ class TestRunTask(Task): '--headless', '--fail-fast', '--debug', + '--dump-terminal', + '--activity', '--arch={}'.format(self.profile), '--image={}'.format(os_image), '--no-kvm', -- 2.11.4.GIT