Put QEMU CI smoke test boot log in /tmp if TMPDIR not set
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
297ce4ce2d
commit
79b02e7017
@ -95,7 +95,7 @@ trap tempdir_cleanup EXIT SIGINT SIGHUP SIGTERM SIGQUIT
|
||||
( cd ${SRCTOP} && tempdir_setup )
|
||||
|
||||
# And, boot in QEMU.
|
||||
: ${BOOTLOG:=${TMPDIR}/ci-qemu-test-boot.log}
|
||||
: ${BOOTLOG:=${TMPDIR:-/tmp}/ci-qemu-test-boot.log}
|
||||
timeout 300 \
|
||||
qemu-system-x86_64 -m 256M -bios ${OVMF} \
|
||||
-serial stdio -vga none -nographic -monitor none \
|
||||
|
Loading…
Reference in New Issue
Block a user