From 7e0d923ffc08ec91a6da069498a169220c82105e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 14 Aug 2017 07:18:04 +0100 Subject: [PATCH] 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 --- test-log-collect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-log-collect.sh b/test-log-collect.sh index d11eb245..795a9ff1 100755 --- a/test-log-collect.sh +++ b/test-log-collect.sh @@ -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