diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-04-17 19:24:41 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-04-17 19:24:41 +0000 |
| commit | 79b02e70175f1d8a35c4de2211991f0aefebb867 (patch) | |
| tree | 160b42132a3d489fb9de0b1af91b006fd1e20c9a /tools/boot | |
| parent | 297ce4ce2df5ef10943e1e714814a69732692535 (diff) | |
Notes
Diffstat (limited to 'tools/boot')
| -rwxr-xr-x | tools/boot/ci-qemu-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/boot/ci-qemu-test.sh b/tools/boot/ci-qemu-test.sh index b2a6cb5ab9f5d..8d46182332b54 100755 --- a/tools/boot/ci-qemu-test.sh +++ b/tools/boot/ci-qemu-test.sh @@ -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 \ |
