2
0
Fork 0

Publish NOVA test ISOs

This commit is contained in:
Emery Hemingway 2019-10-09 16:03:07 +02:00
父節點 434f364021
當前提交 fbc11b0698
共有 1 個檔案被更改,包括 4 行新增1 行删除

查看文件

@ -104,7 +104,6 @@ let
-iso-level 2 \
boot
}
puts "built ISO?"
}
##
@ -151,6 +150,10 @@ let
set out $env(out)
build_iso $out/test.iso
set fd [open "$out/nix-support/hydra-build-products" w]
puts $fd "file iso $out/test.iso"
close $fd
global spawn_id
spawn ${hostPkgs.qemu_test}/bin/qemu-system-x86_64 -cdrom $out/test.iso -nographic -m $qemu_mem
wait_for_output $wait_for_re $timeout_value $spawn_id