Disable floppy generation for now, focus on CDROM (AI)
This commit is contained in:
@@ -27,14 +27,4 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Testing Floppy image..."
|
||||
timeout 5s qemu-system-i386 -drive file=$RELEASE_DIR/claude-os.img,format=raw,if=floppy -debugcon file:floppy_output.txt -display none -no-reboot || true
|
||||
if grep -q "Hello, world" floppy_output.txt; then
|
||||
echo "Floppy Test Passed!"
|
||||
else
|
||||
echo "Floppy Test Failed (Warning Only)!"
|
||||
# cat floppy_output.txt
|
||||
# allow failure for now as floppy boot is flaky in container/qemu
|
||||
fi
|
||||
|
||||
echo "All tests passed!"
|
||||
|
||||
Reference in New Issue
Block a user