test-log-collect.sh: Treat the dmesg log as a plaintext file

Add a .txt extension so web browsers and other tools know how to
open this file even when it's compressed instead of treating it as a
binary one.

Change-Id: I22d0f0050f68cab5c8f05fa7f5d4bfee003a6ba6
This commit is contained in:
Markos Chandras 2017-08-14 07:18:04 +01:00
parent 9c74fead0e
commit 7e0d923ffc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ if [[ -d "/etc/nodepool" ]]; then
# Generate the ARA report
${ARA_CMD} "${WORKING_DIR}/logs/ara" || true
# Get a dmesg output so we can look for kernel failures
dmesg > "${WORKING_DIR}/logs/dmesg.log" || true
dmesg > "${WORKING_DIR}/logs/dmesg.log.txt" || true
# output ram usage
free -m > "${WORKING_DIR}/logs/memory-available.txt" || true
# Redhat package debugging