[Skiboot] [PATCH 2/2] boot-test: give a better temp file name for boot log
Stewart Smith
stewart at linux.vnet.ibm.com
Tue Aug 9 13:20:21 AEST 2016
Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
external/boot-tests/boot_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/boot-tests/boot_test.sh b/external/boot-tests/boot_test.sh
index ed42007..4ad869c 100755
--- a/external/boot-tests/boot_test.sh
+++ b/external/boot-tests/boot_test.sh
@@ -51,7 +51,7 @@ function linux_boot {
msg "IPMI sol deactivate failed; IPMI may have stalled, may just be IPMI. Good luck."
fi
- LINUXBOOT_LOG=$(mktemp --tmpdir builder-2.XXXXXX);
+ LINUXBOOT_LOG=$(mktemp --tmpdir boot-test-$target.XXXXXX);
cat <<EOF | expect > $LINUXBOOT_LOG
set timeout 300
spawn $IPMI_COMMAND sol activate
--
2.7.4
More information about the Skiboot
mailing list