Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Sep 2019 14:07:54 -0000
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346330 - head/tools/boot
Message-ID:  <201904171924.x3HJOfiX061077@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Apr 17 19:24:41 2019
New Revision: 346330
URL: https://svnweb.freebsd.org/changeset/base/346330

Log:
  Put QEMU CI smoke test boot log in /tmp if TMPDIR not set
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tools/boot/ci-qemu-test.sh

Modified: head/tools/boot/ci-qemu-test.sh
==============================================================================
--- head/tools/boot/ci-qemu-test.sh	Wed Apr 17 19:16:26 2019	(r346329)
+++ head/tools/boot/ci-qemu-test.sh	Wed Apr 17 19:24:41 2019	(r346330)
@@ -95,7 +95,7 @@ trap tempdir_cleanup EXIT SIGINT SIGHUP SIGTERM SIGQUI
 ( 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 \





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904171924.x3HJOfiX061077>