2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-17 21:26:22 +00:00

SysTest: append Date in +%Y%m%d-%H.%M.%S format to log file name

This commit is contained in:
Christopher Roy Bratusek 2019-05-09 18:04:37 +02:00
parent d70870c583
commit 2ab5cf86c6

View File

@ -7,8 +7,7 @@
########################################################################################## ##########################################################################################
TMPDIR=/dev/tmp TMPDIR=/dev/tmp
LOGFILE=/data/media/0/NanoDroid-SysTest.log LOGFILE="/data/media/0/NanoDroid-SysTest-$(date +%Y%m%d-%H.%M.%S).log"
rm -f ${LOGFILE}
########################################################################################## ##########################################################################################
# Generic Functions # Generic Functions