mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue