Enable creating diagnostic snapshots by default

Added export ALWAYS_CREATE_DIAGNOSTIC_SNAPSHOT=true

Change-Id: Ifc8ecd26ca08681e2235c81c33b8ac699c23fdec
Related-Bug:#1452672
This commit is contained in:
Dennis Dmitriev 2015-05-15 13:59:06 +03:00
parent f8c2c221d9
commit a792546da4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ INVALIDTASK_ERR=112
# Defaults
export REBOOT_TIMEOUT=${REBOOT_TIMEOUT:-5000}
export ALWAYS_CREATE_DIAGNOSTIC_SNAPSHOT=${ALWAYS_CREATE_DIAGNOSTIC_SNAPSHOT:-true}
ShowHelp() {
cat << EOF