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:
parent
d70870c583
commit
2ab5cf86c6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user