Page MenuHomeFreeBSD

D48823.diff
No OneTemporary

D48823.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
Thu, Mar 12, 9:46 PM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29597074
Default Alt Text
D48823.diff (471 B)

Event Timeline