diff --git a/test-log-collect.sh b/test-log-collect.sh index f05ab2cc..f163fe6a 100755 --- a/test-log-collect.sh +++ b/test-log-collect.sh @@ -205,6 +205,6 @@ done # Compress the files gathered so that they do not take up too much space. # We use 'command' to ensure that we're not executing with some sort of alias. -command gzip --force --best --recursive "${WORKING_DIR}/logs/" +command gzip --force --best --recursive "${WORKING_DIR}/logs/" || echo 'Note: gzip log files failed' echo "#### END LOG COLLECTION ###"