Merge "test-log-collect.sh: Collect all environment variables"

This commit is contained in:
Zuul 2017-12-11 16:20:48 +00:00 committed by Gerrit Code Review
commit 0511133506
1 changed files with 3 additions and 0 deletions

View File

@ -162,6 +162,9 @@ fi
# Get a dmesg output so we can look for kernel failures
dmesg > "${WORKING_DIR}/logs/dmesg.log.txt" || true
# Collect job environment
env > "${WORKING_DIR}/logs/environment.txt" || true
# output ram usage
free -m > "${WORKING_DIR}/logs/memory-available.txt" || true