Page MenuHomeFreeBSD

D48823.id.diff
No OneTemporary

D48823.id.diff

diff --git a/tools/boot/ci-qemu-test.sh b/tools/boot/ci-qemu-test.sh
--- a/tools/boot/ci-qemu-test.sh
+++ b/tools/boot/ci-qemu-test.sh
@@ -125,8 +125,8 @@
-snapshot -hda $hda 2>&1 | tee ${BOOTLOG}
# Check whether we succesfully booted...
-if grep -q 'Hello world.' ${BOOTLOG}; then
- echo "OK"
+if grep -q 'Hello world.' ${BOOTLOG} && egrep -q '^Uptime: ' ${BOOTLOG}; then
+ echo "Boot successful"
else
die "Did not boot successfully, see ${BOOTLOG}"
fi

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 2:03 AM (21 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30861156
Default Alt Text
D48823.id.diff (471 B)

Event Timeline