Page MenuHomeFreeBSD

D48823.id150431.diff
No OneTemporary

D48823.id150431.diff

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

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 27, 6:58 AM (8 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27299871
Default Alt Text
D48823.id150431.diff (470 B)

Event Timeline