|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] automation: hide timeout countdown in log
commit 052813b1d23b0d148da1c39f2b7e4aacdba06bca
Author: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
AuthorDate: Fri Oct 6 04:05:16 2023 +0200
Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
CommitDate: Thu Oct 19 21:52:52 2023 +0100
automation: hide timeout countdown in log
grep+sleep message every 1s makes job log unnecessary hard to read.
Signed-off-by: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>
Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Release-acked-by: Henry Wang <Henry.Wang@xxxxxxx>
---
automation/scripts/qubes-x86-64.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/automation/scripts/qubes-x86-64.sh
b/automation/scripts/qubes-x86-64.sh
index 1e84e40a4a..cfe9247a26 100755
--- a/automation/scripts/qubes-x86-64.sh
+++ b/automation/scripts/qubes-x86-64.sh
@@ -30,9 +30,11 @@ done
echo \"${passed}\"
"
dom0_check="
+set +x
until grep -q \"${passed}\" /var/log/xen/console/guest-domU.log; do
sleep 1
done
+set -x
echo \"${passed}\"
"
if [ "${test_variant}" = "dom0pvh" ]; then
@@ -222,10 +224,12 @@ if [ -n "$wait_and_wakeup" ]; then
ssh $CONTROLLER wake
fi
+set +x
until grep "^Welcome to Alpine Linux" smoke.serial || [ $timeout -le 0 ]; do
sleep 1;
: $((--timeout))
done
+set -x
tail -n 100 smoke.serial
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |