[PATCH 5/5] automation: extract QEMU log in relevant hardware tests

Marek Marczykowski-Górecki posted 5 patches 2 years, 4 months ago
[PATCH 5/5] automation: extract QEMU log in relevant hardware tests
Posted by Marek Marczykowski-Górecki 2 years, 4 months ago
Let it be printed to the console too. QEMU and Linux messages have
different enough format that it should be possible to distinguish them.

Signed-off-by: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
---
 automation/scripts/qubes-x86-64.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/automation/scripts/qubes-x86-64.sh b/automation/scripts/qubes-x86-64.sh
index 842e6fae7204..fe80a1c84308 100755
--- a/automation/scripts/qubes-x86-64.sh
+++ b/automation/scripts/qubes-x86-64.sh
@@ -109,6 +109,7 @@ echo \"${passed}\"
 "
 
     dom0_check="
+tail -F /var/log/xen/qemu-dm-domU.log &
 until grep -q \"^domU Welcome to Alpine Linux\" /var/log/xen/console/guest-domU.log; do
     sleep 1
 done
-- 
git-series 0.9.1